I’m testing sending queries to Monday from a locally hosted app.
When making the request, I get this CORS error:
Access to fetch at 'http://api.monday.com/v2' from origin 'http://localhost:4567' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
Is there a way to allow redirects for preflight requests in CORS?
