Closed michaeljcollinsuk closed 6 months ago
This issue is being marked as stale because it has been open for 60 days with no activity. Remove stale label or comment to keep the issue open.
This issue is being closed because it has been open for a further 7 days with no activity. If this is still a valid issue, please reopen it, Thank you!
Describe the bug.
Testing the AP Rshiny Notebook app with
AUTH_REQUIRED
disabled causes the websocket connection to disconnect almost immediatelyTo Reproduce
AUTHENTICATION_REQUIRED
setting for the app. Can be done via Control PanelTo debug: Check errors in the pod logs Check errors in the dev console
Expected Behaviour
The app should function the same as it does when
AUTH_REQUIRED
is enabledAdditional context
Could be an error within the R code of the app. When loading the app, there are errors in the dev console that suggest that the shiny server dies: Mon Feb 12 2024 12:01:57 GMT+0000 (Greenwich Mean Time) [INF]: Connection closed. Info: {"type":"close","bubbles":false,"cancelable":false,"timeStamp":1707739317886,"wasClean":true,"code":4503,"reason":"The application unexpectedly exited"} See also https://stackoverflow.com/questions/42265329/shiny-server-connection-closed-info-typeclose-code4503-reasonthe
May also point to an issue with either the auth proxy, or the base image. App currently uses the open source image, could see if the behaviour is replicated in the other rshiny image (see app docs in user guidance).