docker-reforger icon indicating copy to clipboard operation
docker-reforger copied to clipboard

require RCON password to enable

Open BrettMayson opened this issue 1 year ago • 1 comments

Server won't launch with current defaults

BACKEND      : Loading dedicated server config.
 BACKEND      : JSON Schema Validation:
  BACKEND      : minLength error:
   BACKEND   (E): Param "#/rcon/password" is bellow the minimum limit of value/length. The minimum allowed is 3.
   BACKEND   (E): RegEx Pattern: "^[^ ]*$"
   BACKEND   (E): Pattern Description: "Spaces are not allowed."
   BACKEND   (E): Reference in schema: "#/properties/rcon/properties/password"
  BACKEND   (E): JSON is invalid!
 BACKEND   (E): There are errors in server config!
BACKEND   (E): Unable to continue with a broken DS config! Shutdown!

BrettMayson avatar Apr 22 '24 01:04 BrettMayson

hmmm BI must have changed the validation, it worked fine before

hafometh88 avatar Apr 22 '24 14:04 hafometh88