tl;dr: Use something like
monday.execute("openLinkInTab", { url: "https://www.exampleurl.com" });
Details here.
Check Action required: Sandboxing for all iframes! all will be revealed.
See also: Update to sandboxing for all iframes part 2
Hi @wk_kong,
I see @dvdsmpsn answered your question 🙏 , so I’ll just add a bit more context! The issue your app is facing is due to the implementation of sandboxing as of today. Throughout the months leading up to the release, we got a lot of feedback from devs that they need the allow-popups
directive. Since we were unable to support that, we created a new SDK method that allows you to open a link in a new tab.
This should solve the issue you currently have with your app, but please feel free to reach out if you have any other questions or issues!