-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dpop check failing with nginx as a webserver #17
Comments
To make sure it doesn't get lost in the noise, I am copy/pasting this relevant comment from #43 here:
|
All the CORS headers should no longer be needed in the site configuration, these are now set from the application layer instead of the webserver layer. The proxy_set_header for HTTP_AUTHORIZATION should probably still be there. |
The HTTP_AUTHORIZATION server param is not set by the Nginx webserver, which is expected by Utils/DPop.php (around line 12). This causes a 500 internal server error in solid-nextcloud when trying to access the storage url (https://nextcloud/apps/solid/@user/storage/.
Expected behaviour is that it would return the files listing.
The text was updated successfully, but these errors were encountered: