-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG] Not working under reverse proxy #37
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
looks like whatever reverse proxy you use doesnt properly support websockets. It works fine with ours. |
Hi!
location /vnc {
} Uncaught TypeError: Cannot read properties of undefined (reading 'lastActiveAt') in: TypeError: Cannot read properties of undefined (reading 'lastActiveAt') Any idea? Regards, |
Unfortunately, we do not support reverse proxies other than our own. Further, this github issue section is specifically for digikam, not whatever reverse proxy you're using. |
Is there an existing issue for this?
Current Behavior
Digikam not showing when using under a reverse proxy domain.
Expected Behavior
Show Digikam using VNC.
Steps To Reproduce
1.- Setup a proxy reverse that points mydomain.tld:443 to localhost:3000
2.- When we visit https://mydomain.tld:443, VNC is loaded but it shows this error:
noVNC encountered an error:
TypeError : UI.rfb is undefined.
And in browser console, a lot of connection errors are shown:
Firefox can’t establish a connection to the server at ws://mydomain.tld/audio/socket.io/?EIO=4&transport=websocket&sid=6QcJUJldSGp7dbD1AAAc. websocket.js:44:26
Firefox can’t establish a connection to the server at ws://mydomain.tld/websockify. main.bundle.js:13489:18
WebSocket on-error event main.bundle.js:16523:14
Failed when connecting: Connection closed (code: 1006) main.bundle.js:17981:24
Firefox can’t establish a connection to the server at ws://mydomain.tld/files/socket.io/?EIO=4&transport=websocket&sid=DO_x8LFbgoRLDiy0AAAe. websocket.js:44:26
Uncaught TypeError: UI.rfb is undefined
_sessionTimeoutInterval http://mydomain.tld/vnc/dist/main.bundle.js:22629
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: