etherpad-lite
etherpad-lite copied to clipboard
2.2.6 Docker /manifest.json unauthorized
Describe the bug Fresh Docker install of 2.2.6. file '/manifest.json' returns "Authentication Required" instead of JSON during page load. If I manually go to that URL, it loads. In the logs I see "Failed authentication from IP" one time. It does this even when authentication is not required.
I'm behind a reverse proxy and using the nginx config linked to by the wiki.
I tried it in Brave and Chrome. Firefox did not seem to even load manifest.json.
To Reproduce Steps to reproduce the behavior:
- Go to URL
- Open Network Inspector
- See error
Expected behavior 200 status
Screenshots
Server (please complete the following information):
- Etherpad version: 2.2.6 (Docker)
- OS: Ubuntu 22.04.5 LTS
- Is the server free of plugins: yes
Desktop (please complete the following information):
- OS: Latest MacOS
- Browser Brave
- Version 1.73.97
- Also browser Chrome v131.0.6778.140
the nginx config does nothing have to do with your reverse proxy config when pulling the docker image, that is completely up to your reverse proxy config that probably blocks pulling the image in the first place
the server is running, and it's definitely etherpad throwing the error because it appears in the etherpad logs.
I'm wondering why it should throw this error. The manifest.json file is not behind any authentication