-
Notifications
You must be signed in to change notification settings - Fork 33
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
Install with docker compose results in error "502 Bad Gateway" #97
Comments
Hey @tanrak, please provide some additional information. For the most minimal test please run
Check http://127.0.0.1 and share the output here. |
It works when I run the browser (http://127.0.0.1;8080) on the same computer that Docker is running on. When I access the server/docker (192.168.yyy.yyy:8080) from another computer (192.168.xxx.xxx), the error mentioned above appears. Here is the output: |
Could you give more details about the otter wiki host (OS?), your docker version and the ip addresses used? Since they are local they aren't critical. |
Hm, not sure what is happening here. Lets rule out if the uwsgi is part of the problem. Please run a plain nginx
and check if you can reach this from a) localhost and b) another computer. |
I have run some tests. It seems the error is platform dependent... amd64:
arm64:
While researching the error, i found this page. I made the change (add |
Nice to see you were able to fix this yourself. To prevent this from happening to other users we would like to test this ourselfs. Could you still provide us the information? |
Awesome! Thank you for sharing the solution. Will try to reproduce this.
Obviously I missed to test this combinaton. I've tested the otterwiki only on Debian 11 Bullseye on Raspberry Pi 1B, and and Debian 12 Bookworm on the Pi 4B and 5. Which |
Here is some more information. It seems not really be platform-dependent but browser-dependent. Edit: |
I think we are getting closer to the cause of the problem. I'm unfortunaley not a browser expert. Which Firefox version is causing the problem? The uwsgi default is buffer-size: 4k. Can you do some more testing and configure it to
and if this still breaks to
|
Oh dear. It seems that the problem is related to my current Firefox profile.
Image with Edit: Sorry for the noise. I'll now take care of the Firefox profile. EditEdit: After testing the software a bit, i have to say that the Otter Wiki is outstanding. It feels a bit like a lightweight DokuWiki with Markdown syntax. Thanks for it! |
Thank you for sharing this!
🥳 |
Hi, i would like to test this promising tool. But the installation with docker compose on my arm64 device results in an nginx error "502 Bad Gateway".
The text was updated successfully, but these errors were encountered: