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
I am using n8n docker , i used to login with my local ip 192.168.0.120:5678 but now i cant. The web ui load but when i try to login on console log it says: unauthorised 404.
But i can use localhost:5678 to login,
I tried to change env vars , N8N_LISTEN_ADDRESS to 0.0.0.0 and N8N_HOST to 192.168.0.102 but it didn't work
Currently i am running docker.n8n.io/n8nio/n8n:1.29.1
all the other new version have the same issue
To Reproduce
use any version after n8n:1.29.1
Expected behavior
should able to login with any host address
Operating System
arch
n8n Version
1.30.0
Node.js Version
18.19.1
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
I am using n8n docker , i used to login with my local ip
192.168.0.120:5678
but now i cant. The web ui load but when i try to login on console log it says: unauthorised 404.But i can use
localhost:5678
to login,I tried to change env vars ,
N8N_LISTEN_ADDRESS
to0.0.0.0
andN8N_HOST
to192.168.0.102
but it didn't workCurrently i am running
docker.n8n.io/n8nio/n8n:1.29.1
all the other new version have the same issue
To Reproduce
use any version after
n8n:1.29.1
Expected behavior
should able to login with any host address
Operating System
arch
n8n Version
1.30.0
Node.js Version
18.19.1
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: