You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation errors because some configs are incorrectly loaded.
Reproducing the bug
SECRETS=foo ory help
Relevant log output
The configuration contains values or keys which are invalid:
secrets: <nil>
^-- expected object, but got null
FATA[2025-03-03T09:54:37Z] Unable to load config. audience=application error=map[message:I[#/secrets] S[#/properties/secrets/type] expected object, but got null] service_name= service_version=
Version
1.1.0
Additional Context
Workaround:
unset SECRETS # if possible
env -u SECRETS ory help