hey guys, i'm trying to spin up a `hydra` containe...
# ory-selfhosting
h
hey guys, i'm trying to spin up a
hydra
container with default quickstart config.
Copy code
serve:
  cookies:
    same_site_mode: Lax

urls:
  self:
    issuer: <http://localhost:4444>
  consent: <http://localhost:3003/consent>
  login: <http://localhost:3003/login>
  logout: <http://localhost:3003/logout>
  device:
    verification: <http://localhost:3003/device/verify>
    success: <http://localhost:3003/device/success>

secrets:
  system:
    - 8~!>6Y8:SD#2!n:w/?aSTvOWiSl}lMT

oidc:
  subject_identifiers:
    supported_types:
      - pairwise
      - public
    pairwise:
      salt: )7J~q#l3woL{oS@x73p}|G2T7{y,98k8
I've changed the port number for the
consent
app, cuz my own nextjs is on 3000 😛 but. I'm getting config problems with
device
Copy code
hydra-1  | time=2025-08-11T19:30:24Z level=error msg=The changed configuration is invalid and could not be loaded. Rolling back to the last working configuration revision. Please address the validation errors before restarting the process. audience=application event=&jsonschema.ValidationError{Message:"additionalProperties \"device\" not allowed", InstancePtr:"#/urls", SchemaURL:"<https://github.com/ory/hydra/spec/config.json>", SchemaPtr:"#/properties/urls/additionalProperties", Context:jsonschema.ValidationErrorContext(nil), Causes:[]*jsonschema.ValidationError(nil)} service_name=Ory Hydra service_version=v2.3.0