Workflow execution never stops

hello everyone ,
i am new to N8N community,
i managed to install n8n on google cloud compute engine in virtual machine (through youtube video), and able to access it on cloud.
but when i try to chat or start any workflow it never stoped and when i stopped it manually it stopped with successfull masseage, same in chat i have to stop it after each and every question to work. not able to understand what am i doing wrong. please someone help me ,

Describe the problem/error/question


Share the output returned by the last node

Information on your n8n setup

  • n8n version: latest
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (google cloud compute engine):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @khanpegasus

Thanks for posting here and welcome to the community! :tada:

It depends how you’ve built your workflow and also how you’re running it.
Could you share your workflow here and maybe also a screen recording of what you’re doing?

Thanks! :pray:

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


Hello thank you for your reply, i able to solve it. actually i was using nginx configuration and it’s configuration file does not have web socket support, so i just add few lines in nginx and it’s started to work

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.