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
Chalice only enable cors for success responses, but if the server responds bad requests, like unauthorized or forbidden, the browser receives cors errors. I'd like to apply the cors also to error responses managed by API gateway, in the same way panel does (look at "Gateway Responses for")