Hi Guys,
We’re building an app for monday.com and we’ve hit a problem.
Our app is attempting to exchange an authorization code for an access token, following the documentation here:
https://monday.com/developers/apps/oauth
once we have the authorization code, we post it to https://auth.monday.com/oauth2/token
with client_id
, client_secret
and code
But we’re getting a CORS error:
Is this an issue at our end or at Monday.com’s end?