Hi all, getting below error while trying to retrie...
# ory-network
c
Hi all, getting below error while trying to retrieve openid configuration for a professional Project. curl https://lucid-lumiere-j7x2l100b1.projects.oryapis.com/.well-known/openid-configuration
Copy code
{
  "error": "server_error",
  "error_description": "The authorization server encountered an unexpected condition that prevented it from fulfilling the request. Could not ensure that signing keys for 'hydra.openid.id-token' exists. If you are running against a persistent SQL database this is most likely because your 'secrets.system' ('SECRETS_SYSTEM' environment variable) is not set or changed. When running with an SQL database backend you need to make sure that the secret is set and stays the same, unless when doing key rotation. This may also happen when you forget to run 'hydra migrate sql.."
}
The above works fine for new free tier project out of box. Is there any migrations we need run? Also similar error for curl https://lucid-lumiere-j7x2l100b1.projects.oryapis.com/.well-known/jwks.json
Copy code
{
  "error": "error",
  "error_description": "The error is unrecognizable"
}
@high-optician-2097 can your team help, seems like Hydra on ory-network require migration.
h
Hi, I just opened the URL and it works for me!
c
Found this
Copy code
$ curl -X DELETE https://<project_slug>.<http://projects.oryapis.com/admin/keys/hydra.openid.id-token|projects.oryapis.com/admin/keys/hydra.openid.id-token> -H 'Authorization: bearer ory_pat_redacted'
But now facing issues with CSRF. For me most of the things worked perfectly for Developer plan but not on Professional plan.
a simple operation of
ory perform authorization-code
doesn’t work if I have a custom domain
@high-optician-2097 any suggestions to reset the ory network project?
l
@cool-yak-12028 you found a solution? we are experiencing the same thing