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
src/middleware/cors.ts: The CORS spec forbids wildcard origin with credentials: true. Browsers will silently reject responses, causing mysterious auth failures for web clients.
src/middleware/cors.ts: The CORS spec forbids wildcard origin with credentials: true. Browsers will silently reject responses, causing mysterious auth failures for web clients.