Skip to content

Commit

Permalink
Troubleshooting websocket errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Oct 2, 2024
1 parent 4d4d4c8 commit 8d327bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/ROOT/pages/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ user@host: docker start olivetin

This is most often caused by not being able to get to /api/ properly - normally due to a bad proxy config, or your network was disconnected.

[#err-websocket-connection]
=== Error Connecting to WebSocket

If OliveTin was working, but this error popped up, it's most likely because your reverse proxy closed the connection due to a timeout.

If OliveTin is always displaying this error, it's probably your reverse proxy not handling the websocket properly. Please check the Reverse Proxy documentation for more information.

[#err-fetch-webui-settings]
=== Error Fetching WebUI Settings

Expand Down

0 comments on commit 8d327bb

Please sign in to comment.