Cannot reach backend server
-
I was giving the current package a first try and the client never succeeds to connect to the backend server. In the top-right corner I see "connection lost"
In the network monitor I see "can’t establish a connection to the server at https://n8n.example.com/rest/push?sessionId=0dn7q9tjg4h." and it does not hit the app logs.
@atrilahiji have you seen that as well?
-
So this appears to be an issue on Firefox rn that has been reported on their forum.
https://community.n8n.io/t/connection-lost/1471/49
Using a chromium based browser seems to be fine in my testing.
Edit: This post seems to have a suggested solution via the NGINX config https://github.com/n8n-io/n8n/issues/36#issuecomment-539647882
@nebulon @girish -
@atrilahiji said in Cannot reach backend server:
So this appears to be an issue on Firefox rn that has been reported on their forum.
https://community.n8n.io/t/connection-lost/1471/49
Using a chromium based browser seems to be fine in my testing.
Edit: This post seems to have a suggested solution via the NGINX config https://github.com/n8n-io/n8n/issues/36#issuecomment-539647882
@nebulon @girishThe mentioned fix is already active.
See https://git.cloudron.io/cloudron/n8n-app/-/blob/master/pkg/nginx.conf#L64
But the issue persists.