While testing the Schedule Editor functionality from my local React-Js application, the grant/me/calender API fails because of CORS error. This has become a hurdle while testing the application.
Setting up CORS Proxy is not an option for me. I have tired adding mode: ‘no-cors’ and other standard troubleshooting methods found on the forum but no luck.
I have also added localhost:3000 in the Callback URL section in the V3 dashboard. Both the URL and origin was added. Tired with platform both set to Web and Javascript.
Any sort of help here will be highly appreciated.
Screenshot of the Error:
Code in question:
Thanks.