I am using n8n in docker ,but in editor of n8n my workflow is not working like infinity loop,no out put no error showing , what shoud i do ,how can i build workflow in local host of docke

i am using n8n in docker ,but in editor of n8n in localhost my workflow is not working like infinity loop,no out put no error showing , what shoud i do ,how can i build workflow in local host of docker

Hey @Akash_Kumar,

Welcome to the community :tada:

Are you using a reverse proxy as well or just connecting to the host IP with the n8n port?

i am using n8n port no-5678

Hey @Akash_Kumar,

Is that without a reverse proxy? Can you share your docker run command?

docker run -it --rm --name n8n -p 5678:5678 -v ~/.n8n:/home/node/.n8n n8nio/n8n

Hey @Akash_Kumar,

That looks simple enough and should do the job, Normally we see the forever spin when a proxy is involved so this is very odd.

When you access n8n are you using the IP of the docker container or something else?