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 ,
Thanks for posting here and welcome to the community!
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!
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