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
Reverse proxy is handling TLS termination/certs. Websocket proxying is supported by the reverse proxy.
The webapp says "Connection lost", but there are no errors displayed in the JS console to indicate to where it is trying to connect, or any failure messages, which I would expect if the UI is saying connection lost.
On a failure like that, I'd expect some sort of message in the console giving more information about the failure: where it tried to connect, how, and an error message/reason.
The only console messages from the UI:
DevTools failed to load SourceMap: Could not load content for webpack://Quill/node_modules/quill-delta/dist/Delta.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for webpack://Quill/node_modules/quill-delta/dist/AttributeMap.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for webpack://Quill/node_modules/quill-delta/dist/Op.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for webpack://Quill/node_modules/quill-delta/dist/Iterator.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for https://trigger.sneak.cloud/js/chunk-vendors.2ad60256.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for https://trigger.sneak.cloud/js/app.0b836e3e.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Environment (please complete the following information):
OS: dockerhub provided container for 0.82.1
n8n Version 0.82.1
Node.js Version whatever's in the docker container
The text was updated successfully, but these errors were encountered:
sneak
changed the title
cannot connect to server behind reverse proxy
cannot connect to server behind reverse proxy, no error show in client app console
Sep 15, 2020
Not able to save or run workflows when running 0.82.1 behind an nginx reverse proxy
Web app loads.
Reverse proxy is handling TLS termination/certs. Websocket proxying is supported by the reverse proxy.
The webapp says "Connection lost", but there are no errors displayed in the JS console to indicate to where it is trying to connect, or any failure messages, which I would expect if the UI is saying connection lost.
On a failure like that, I'd expect some sort of message in the console giving more information about the failure: where it tried to connect, how, and an error message/reason.
The only console messages from the UI:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: