Unknown: (504) (Unknown), An unknown error occurred
I'm ussing 1password cli in CI to load the secrets:
op read "op://[1password-address]" >> [env-file]
It works locally but on the CI I get an error:
https://github.com/Heydonto/heydonto-stack/actions/runs/21516022746/job/61994479498?pr=102#step:7:15 Error: 2026/01/30 12:41:15 could not read secret 'op://dev-secrets/.env.': could not get item dev-secrets/.env: Unknown: (504) (Unknown), An unknown error occurred.
We have a complex infra and we run op read a lot, is that a problem?
