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
Currently the only allowed origin is a hard-coded http://localhost:3000 for local development. We will need to make that configurable based on properties to support the UI being run on a different domain from the API.
Currently the only allowed origin is a hard-coded
http://localhost:3000for local development. We will need to make that configurable based on properties to support the UI being run on a different domain from the API.