I have installed n8n community edition on DO droplet using docker/compose/withPosgres/docker-compose.yml configuration.
What is the error message (if any)?
Almost everything works just fine but on Edit Workflow, for webhook, when start “Listen for test event”, it didn’t stop listening, when the request is received. Even when I click on “Stop Listening”, it didn’t stop.
This is the error, I can see in console
what version of nginx are you running? it sounds like you might need to either update the config tp handle websockets better, or might need to upgrade nginx.
Here is the nginx version nginx/1.18.0 (Ubuntu)
One more specifics - I installed n8n on subdomain e.g. workflow.example.com if that would make any difference.
Could you please elaborate what should be nginx config adjustments I need to make for the subdomain to make it work?
Thanks!
Sorry, but we can not provide support with any kind of server setup. That would simply eat up a lot of support time. For that reason, do we have multiple ones documented in our docs. Here is for example one for Digital Ocean:
Please follow it, and you should end up with a perfectly running n8n instance. If you run into problems with it, we are happy to help you debugging that one. Thanks!