-
Notifications
You must be signed in to change notification settings - Fork 7
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
Server refuses connection #6
Comments
There can be many reasons for that.
|
|
Reporting back the same issue on my end. Also Debian, Nextcloud 21, nginx, php-fpm 8.0. From the browser console, it seems like it's a CSP issue:
I use the Nextcloud default nginx config, which does not include any CSP directives like that, still, the HTTP CSP headers include |
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Ok let's see if adding 'self' to allowed frame ancestors is enough. v0.0.14-1-nightly has been released. Could you try it? You can get it with |
The update via OCC didn't work, although extracting the tarball from releases did. The issue still persists though and the browser still reports back the same CSP directive. Anything else I can check to help debug? |
@davidramiro Thanks for the feedback. Yes you can show me the CSP included in the main request (first GET) when you load the Files app page. It's in the network tab of browser dev tools. Select the |
Sure, here you go:
Interestingly, here it does include Not sure if it's relevant, but one of the few GET requests that includes |
This request is not done in the frame so it does not matter. It's weird that the frame can't be loaded although you have expected CSP ( In the refused requests, are all the domains matching |
@davidramiro I think maybe the |
@davidramiro @m4xr1s v0.0.14-2-nightly is out including #13. Could you give it a try? |
Wow, that release came fast! I just tested the changes from #13 myself and it works now. Will test the release later, but if that's the only change, I'd consider this fixed. |
v0.0.14-2-nightly works for me |
@davidramiro @m4xr1s Thanks for the blazing fast feedback. Let's go for v0.0.14. |
Yup, the release works here too. Thanks a lot! |
Server (frame) refuses connection when accessing a whiteboard file
Nextcloud 21 running with nginx + fpm
whiteboard integration 0.0.13
The text was updated successfully, but these errors were encountered: