-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
[Bug] Some browsers do not work properly when running behind nginx reverse proxy #384
Comments
What do your browser logs say? |
I have this running behind Nginx Proxy Manager and its working as expected on Safari (iPhone 16), Chrome and Brave (MacBook). My compose file is as follows:
Compare this to yours and/or post it here. |
edge log
docker-compose.yml
Connections from local addresses that do not pass nginx work fine |
We don’t use bootstrap so this seems to be from some browser plugin. Try to load the page without plugins or with another browser and see if that works. Also, be sure to load the page in a private tab to ensure there is no problem with logs. If Firefox works but everything else does not, this hints to a problem with your browsers as well. There have been some fixes on PairDrop v1.11.1. Consider updating the container and retrying.
Apart from that your setup looks fine. Do the docker container logs contain errors? |
I updated it to 1.11.1 and setting |
Thank you, "edge" seems to have solved it for now. |
Close all PairDrop tabs on your device, close and restart Safari. This should update the service worker in the background and your instance should show version v1.11.1 |
## Enhancements - Speed up update process by skipping waiting and claiming currently open pages -> no need to close all tabs in order to get an update anymore - Update Bluesky icon from square to butterfly - Update node dependencies ## Fixes - Prevent service-worker from responding with redirect (fixes #384) - Fix: switch off twitter button via env var not possible (#388) - Add missing files to paths that get cached upon sw installation ## Languages - Translations updates from Hosted Weblate (Japanese)
Ignore that. There was an issue with the service-worker that responded with redirects when files were moved (which was the case from Would appreciate it if you could give a quick update whether that resolved your issue. |
Resolved with v1.11.2 update. |
Some browsers do not work properly when running behind nginx reverse proxy
In my environment it works fine only with firefox
I open the page but the name still loads and the button on the top right cannot be opened except for the theme and information.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Bug occurs on official PairDrop instance https://pairdrop.net/
No
Version: v1.11.0
Bug occurs on self-hosted PairDrop instance
Yes
Self-Hosted Setup
Proxy: Nginx
Deployment: docker compose
Version: v1.11.0
Additional context
The nginx .conf looks like this
The text was updated successfully, but these errors were encountered: