When initializing the Link UI, you see a grey box instead of the Link UI
An error in the browser’s console that says Refused to frame 'https://web.meshconnect.com/' because an ancestor violates the following Content Security Policy directive...
Causes:
When using the Link Web SDK in your page, Mesh SDK loads the Link UI using an iFrame component. Due to security reasons, we allow loading the Link UI only on a predefined set of URLs.
If you are using a Content Security Policy (CSP) directives on your website, they might block loading an external iFrame into your page.
Troubleshooting:
Add your website’s URL to the list of Allowed Link URLs in our dashboard.
Add the following CSP directives to your site: frame-src: *.getfront.com, *.meshconnect.com