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
fix(serverHandler/cors): remove credential CORS header
CORS header Access-Control-Allow-Credentials requires
Access-Control-Allow-Origin header set to an explicit origin, but not
"*". As currently credential is not used for the server, simpliy remove
this header.
0 commit comments