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
The UI will redirect to the cognito login so you can login (again, at the time of writing this ticket, we were experiencing 504 timeouts after login)
if you are successfully redirected back to the UI application after login, observe in the dev tools that a CORS issue is reported for the API (see screenshot)
What is your environment?
This occurred in the emit-dev venue
The text was updated successfully, but these errors were encountered:
I tested the API using Postman and the response I received leads me to believe that the health check API may not yet be deployed to the EMIT DEV venue.
Checked for duplicates
Yes
Describe the bug
When I deployed the unity-ui application to the emit-dev venue, the application calls the production instance of API GW and reports a CORS issue.
What did you expect?
I did not expect API GW to report a CORS error since the request is originating from a known unity domain (www.mdps.mcp.nasa.gov)
Reproducible steps
What is your environment?
This occurred in the emit-dev venue
The text was updated successfully, but these errors were encountered: