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
I found the issue that causes a webpage crash. The reason lies in spec/config.json. I fixed this with this patch
diff --git a/spec/config.json b/spec/config.json
index 0e8b7baa..c5ea89c6 100644
--- a/spec/config.json+++ b/spec/config.json@@ -1214,11 +1214,9 @@
},
"dangerous-allow-insecure-redirect-urls": {
"type": "array",
- "items": [- {+ "items": {
"type": "string"
- }- ],+ },
"title": "Disable HTTPS enforcement for the provided redirect URLs.",
"description": "DO NOT USE THIS IN PRODUCTION - Disable HTTPS enforcement for the provided redirect URLs. This is only available as CLI flag `--dangerous-allow-insecure-redirect-urls`."
}
Also, I found that we use the master branch for config editors. I see two possible solutions:
use tags instead of master branch for configuration references
@gen1us2k
I see that the page still fails whenever you try to access it. Could you please make sure that this behavior is fixed? Any other improvements or updates can be added in subsequent PRs. Thanks!
Preflight checklist
Describe the bug
Trying to access the Hydra config editor the page crashes.
https://www.ory.sh/docs/hydra/reference/configuration-editor
Originally reported by a community member:
https://ory-community.slack.com/archives/C012RBW0F18/p1648498590345789
Reproducing the bug
Relevant log output
No response
Relevant configuration
No response
Version
current
On which operating system are you observing this issue?
No response
In which environment are you deploying?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: