Hello,
I’m currently setting up an app which consists of a backend, deployed to a monday code and a frontend packaged as one of the features of the app.
As is obvious from the title, requests are rejected by the CORS, but I can’t figure out what the correct origin is.
https://monday.com does not work
https://{accountslug}.monday.com does not work
https://*.monday.com (where * is a wildcard) does not work
But when I spin up an app on my PC and allow localhost - everything goes through. So it is not some weird routing issue.
Hence, my question. What is the correct origin of the request from one of app features?
Thank you.