Hi Team,
We’ve been calling the Monday API for a couple of years now from a few scripts (JS/TS) and since yesterday morning have been receiving errors when querying the API that relate to CORS headers on the host.
The server responds with a 429 response code and the below message:
Access to fetch at ‘https://api.monday.com/v2’ from origin ‘https://monday.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
When sending requests via the API playground in-app or postman it works, presumably as these aren’t using a JS client.
But through browser via the https://monday.com/developers/v2/try-it-yourself website it produces the same error as we get from our scripts running elsewhere.
Is anyone else experiencing this issue, and is there a work around.
From what I can see this appears to be an issue on the Monday side.
Many thanks