You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Web UI keeps disconnecting after a few minutes of not interacting. Whenever I return to the Jdownloader TAB it is already disconnected. I noticed this happens when accessing through my domain (NPM) https://mydomain.org but not when accessing through IP address https://192.x.x.x:5800. Already tried enabling, disabling the following on NPM - websocket support, block common exploit, cache assets.
Expected Behavior
keep the Web UI connected during idle or no interaction.
Current Behavior
The Web UI keeps disconnecting after a few minutes of not interacting. Whenever I return to the Jdownloader TAB it is already disconnected. I noticed this happens when accessing through my domain (NPM) https://mydomain.org but not when accessing through IP address https://192.x.x.x:5800. Already tried enabling, disabling the following on NPM - websocket support, block common exploit, cache assets.
Expected Behavior
keep the Web UI connected during idle or no interaction.
Steps To Reproduce
No response
Environment
Container creation
volumes:
appdata_jdownloader-2:
driver: local
services:
jdownloader-2:
container_name: jdownloader-2
ports:
- 5800:5800
- 5900:5900
- 3129:3129
- 9666:9666 # Click'n'Load'
environment:
- SECURE_CONNECTION=1
- WEB_AUTHENTICATION=1
- WEB_AUTHENTICATION_USERNAME=user
- WEB_AUTHENTICATION_PASSWORD=password
- WEB_LISTENING_PORT=5800
- USER_ID=1001
- GROUP_ID=100
- TZ=Asia/Manila
- MYJDOWNLOADER_EMAIL=user
- MYJDOWNLOADER_PASSWORD=password
- MYJDOWNLOADER_DEVICE_NAME=Orangepi5
volumes:
- appdata_jdownloader-2:/config:rw
- /srv/dev-disk-by-uuid-632dd7d5-e919-44b6-971b-35de77bf51c2/SMB/JDownloader:/output:rw
- /srv/dev-disk-by-uuid-1b78edd5-7690-4c3f-a44d-13187bab6822/sdc1/JDownloader:/output2:rw
- /srv/dev-disk-by-uuid-A6C46FB2C46F8381/JDownloader:/output3:rw
image: jlesage/jdownloader-2:latest
networks:
default:
external: true
name: nixel-bridge
Container log
Container inspect
Anything else?
No response
The text was updated successfully, but these errors were encountered: