etherpad-lite icon indicating copy to clipboard operation
etherpad-lite copied to clipboard

2.2.6 Docker /manifest.json unauthorized

Open SaulMoonves opened this issue 11 months ago • 3 comments

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:

  1. Go to URL
  2. Open Network Inspector
  3. See error

Expected behavior 200 status

Screenshots image

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

SaulMoonves avatar Dec 14 '24 16:12 SaulMoonves

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

Loki-Afro avatar Dec 18 '24 15:12 Loki-Afro

the server is running, and it's definitely etherpad throwing the error because it appears in the etherpad logs.

SaulMoonves avatar Dec 18 '24 21:12 SaulMoonves

I'm wondering why it should throw this error. The manifest.json file is not behind any authentication

SamTV12345 avatar Dec 22 '24 16:12 SamTV12345