Server Status Offline in browser when using Immich behind Cloudflare Tunnel #9528
Closed
islandbeachbum
started this conversation in
Feature Request
Replies: 1 comment 3 replies
-
This is working as designed, but we could potentially implement a fallback. Although, a decent amount of functionality assume a websocket exists, including picking a new person thumbnail, uploading a profile picture, uploading and deleting assets, etc. You would have to refresh the page manually to see the changes without a websocket connection. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
On the mobile app the Server Version is showing normally, in the browser its showing status "Offline" and version "Unknown", while still working perfectly fine. Seems to be because Cloudflare (Argo) Tunnels block wss requests.
Would be nice if there were a regular https fallback to the wss request to check the server status from the browser.
Request header of the failing request:
Request header of the successful initial request when loading the same page:
The OS that Immich Server is running on
Nixos 23.11
Version of Immich Server
v1.105.1
Version of Immich Mobile App
v1.105.0
Platform with the issue
Your docker-compose.yml content
Default
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions