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
Accesstofetchat'https://api.staging.entitlementcard.app/'fromorigin'https://staging.bayern.ehrenamtskarte.app'hasbeenblockedbyCORS policy: The'Access-Control-Allow-Origin'headercontainsmultiplevalues '*, https://staging.bayern.ehrenamtskarte.app', but only one is allowed. Have the server send the header with a valid value, or, if an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Expected behavior
Login works without cors issue
Additional context
We changed the backend config flag production: false for staging environment, since we wanted to expose an endpoint only for staging. This is causing the issue. We may introduce a different flag for securing the endpoint or adjusting the CORS configuration here: 8201c96
The text was updated successfully, but these errors were encountered:
Describe the bug
As a tester i want to login on staging for testing. When i try to login i get "Server nicht erreichbar"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Login works without cors issue
Additional context
We changed the backend config flag
production: false
for staging environment, since we wanted to expose an endpoint only for staging. This is causing the issue. We may introduce a different flag for securing the endpoint or adjusting the CORS configuration here:8201c96
The text was updated successfully, but these errors were encountered: