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
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
[Error] Cross-origin redirection to https://errortracking.prod-preview.openshift.io/api/29/?environment=production/store/?sentry_key=12813ed59a0546eaaf068d90127044c9&sentry_version=7 denied by Cross-Origin Resource Sharing policy: Origin https://developers.redhat.com is not allowed by Access-Control-Allow-Origin.
[Error] Fetch API cannot load https://errortracking.prod-preview.openshift.io/api/29?environment=production/store/?sentry_key=12813ed59a0546eaaf068d90127044c9&sentry_version=7 due to access control checks.
[Error] Failed to load resource: Cross-origin redirection to https://errortracking.prod-preview.openshift.io/api/29/?environment=production/store/?sentry_key=12813ed59a0546eaaf068d90127044c9&sentry_version=7 denied by Cross-Origin Resource Sharing policy: Origin https://developers.redhat.com is not allowed by Access-Control-Allow-Origin. (29, line 0)
This error put the frontend in an inconsistant state. We should fix the bug and make sure this can't happen even if sentry fails..
The text was updated successfully, but these errors were encountered:
- Fix public url request redirection (Closes#1225)
- Remove unecessary layer with keycloak-react package (move code to launcher-app)
- Fix bug where request query was removed in openshift redirect_uri
- Fix bug where requert query was removed in cleanUrl (end of init)
- Uniformise and refactor Authorization (prepare for #1254)
- Remove hack and standardize AuthenticationError
This error put the frontend in an inconsistant state. We should fix the bug and make sure this can't happen even if sentry fails..
The text was updated successfully, but these errors were encountered: