I have an integration which works correctly when the app installed calls it from a Monday.com account based in the UK.
The integration itself is hosted on an AWS lambda in eu-west-1.
But when the same app is installed into an account based in USA, it throws a 500 response code with the following error message.
"Blocked a frame with origin “https://monday.ada.support” from accessing a frame with origin “https://idric-force.monday.com”. protocols, domains and ports must match.
Seems strange since one would expect a copied app from one account to another should behave exactly the same…
Any idea why this exception is happening? And/or how to fix it?