fresh-zoo-17253
03/03/2025, 10:02 AM> ory help
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=
> yarn ory-tunnel
yarn run v1.22.22
$ yarn ory-tunnel:dev
$ ory tunnel --port 4040 --dev --project [redacted] <http://localhost:8000>
The configuration contains values or keys which are invalid:
secrets: <nil>
^-- expected object, but got null
FATA[2025-03-03T10:00:40Z] Unable to load config. audience=application error=map[message:I[#/secrets] S[#/properties/secrets/type] expected object, but got null] service_name= service_version=
error Command failed with exit code 1.
info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
error Command failed with exit code 1.
info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
I'm not really even sure where to begin with this -- haven't found anything similar onlinebland-eye-99092
03/03/2025, 10:07 AMfresh-zoo-17253
03/03/2025, 10:12 AMpackage.json
for the project Im trying to use it with
"@ory/client@^1.1.41":
version "1.15.6"
resolved "<https://registry.yarnpkg.com/@ory/client/-/client-1.15.6.tgz#0a35eb284a3896270d768347961af7b101ea2525>"
integrity sha512-USOrJ5FDNHMBmYAaslOix0y7YVothW3/pNSvcjbv0DYr2lvLN0olJkyhAVBQ7ikZvN763ZoZWRAYuQsykf5w/w==
dependencies:
axios "^1.6.1"
In my terminal
> brew info cli
==> ory/tap/cli: stable 1.1.0
Use Ory from the your terminal!
<https://www.ory.sh>
Installed
/opt/homebrew/Cellar/cli/1.1.0 (6 files, 51.3MB) *
Built from source on 2025-03-03 at 09:21:09
From: <https://github.com/ory/homebrew-tap/blob/HEAD/cli.rb>
License: Apache-2.0
Additional info: Im pretty sure it was all working last week at some pointfresh-zoo-17253
03/03/2025, 11:13 AMbland-eye-99092
03/03/2025, 12:50 PMsteep-lamp-91158
env
, specifically ORY_CONFIG_PATH
, CONFIG
, and SECRETS
(obfuscated if it actually contains secrets)fresh-zoo-17253
03/03/2025, 6:06 PM> echo $ORY_CONFIG_PATH
> echo $CONFIG
I do have $SECRETS set, but that's something custom from my .zshrc (though happy to change names if theres a clash)
and finally in the .env of the project Im meant to be running there's an env var for an ory api key.
Additionally I have in my env
ORY_PROJECT_SLUG=[REDACTED]
ORY_WORKSPACE=[REDACTED]
steep-lamp-91158
steep-lamp-91158
steep-lamp-91158
env -u SECRETS ory help
steep-lamp-91158
fresh-zoo-17253
03/04/2025, 11:36 AM