Closed hydrian closed 7 months ago
Verified that there is CSP TrustedHTML issue. Installed "Disable Content Security Policy" extension to verify CSP issue. After the extension was activated, the webapp was working correctly.
Testing through a reverse proxy.
Hey @hydrian - thanks for reporting the issue!
I'm having trouble understand this. Can you please provide a numbered steps to reproduce this? Please be sure to provide:
Oh yes! Are you able to test if the error happens when you directly hit the server, bypassing the reverse proxy? I understand this may not be possible depending on your network/server setup.
thanks!
Browser fails in both desktop and mobile version of both Brave and Chrome.
Nginx 1.18.0 (Ubuntu 20.04)
I deployed it with docker in bridge mode. The reverse proxy is on the same host. I'm mainly using it for authentication.
Nevermind. Nut behind the keyboard. My proxy was injecting CSP. Removed the overrides and it is working properly now.
@hydrian - Yay! I'm glad you figured it out. Thanks for updating the ticket with the solution and closing it out.
Receiving multiple 'This document requires 'TrustedHTML' assignment.' errors in the for javascript in the web devel console. It is not rendering the page correctly. This looks like a CSP policy issue.