-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keeweb leading to blank page #214
Comments
Is every request via HTTPS? |
Yes, That was one of the first things I checked |
Is your Nginx setting or filtering any headers, such as CSP? |
Could these be the cause to the problem? add-header X-XSS-Protection "1"; |
STS headers I can't imagine, I have no clue what |
Please remove Also see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection In addition: think about upgrading to PHP 8.1 if possible. PHP 7.4 is officially "end of life" and Nextcloud will soon handle PHP 7.4 as deprecated and likely require PHP 8.1 in the future. |
I stand corrected - in fact Nextcloud includes an |
Hi, we had the same issue. We resolved it at the firewall appliance level. Maybe this will someone help. |
Hello, currently having an issue with accessing my .kdbx Database on my self hosted Nextcloud server. The server is currently running PHP 7.4 with Ubuntu 20.04LTS and Nginx. I have downloaded the app and can see it on my server. When I click on my database withing nextcloud, Its leading me to a blank page(Just my background color). I have checked through my Console and Networks tab and have found the error 403 Forbidden. The file is then Keeweb?config=config. Is there something I have to change so that the Keeweb app is accessible from Nextcloud? Thanks
The text was updated successfully, but these errors were encountered: