You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had similar problems with a custom client including admin page broken sometimes, depending on CSP (Content-Security-Policy) settings. As the browser is telling you, the CSP is denying access to your URL.
Usually you edit the CSP allow-list through the Hubs Admin page => Setup / Server Settings / Advanced. There are several "Extra Content-Security-Policy rules" fields that you can add any third party domains to (separated by spaces). For example, in my client I added these to the "Extra Content Security Policy connect-src Rules":
If the Admin page does not load due to CSP errors, you should be able to fix it by editing or emptying the field in AWS Systems Manager / Parameter store. The fields are called /<path to your instance>/reticulum/extra_csp/<field>, for example the above connect-src rule is in /.../reticulum/extra_csp/connect_src for me.
We followed the instruction to deploy our custom client to the hubs cloud but we got 2 problems:
Do you have any experience with these?
The text was updated successfully, but these errors were encountered: