cool-yak-12028
11/20/2022, 12:14 PM{
"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
{
"error": "error",
"error_description": "The error is unrecognizable"
}
cool-yak-12028
11/20/2022, 3:45 PMhigh-optician-2097
cool-yak-12028
11/21/2022, 8:56 AM$ 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.cool-yak-12028
11/21/2022, 8:56 AMory perform authorization-code
doesn’t work if I have a custom domaincool-yak-12028
11/21/2022, 9:07 AMlate-florist-28893
12/07/2022, 1:57 PM