Skip to content

Deploy custom client problem #5359

Discussion options

You must be logged in to vote

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":

https://firestore.googleapis.com https://identitytoolkit.googleapis.com https://fonts.gstatic.com https://securetoken.googleapis.com

If the Admin page does not …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pattersonbl2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage For bugs that have not yet been assigned a fix priority
3 participants
Converted from issue

This discussion was converted from issue #5357 on April 13, 2022 21:52.