I made a new n8n on my raspi. when i start the testmode (telegram trigger) i cant stop the testmode anymore. and the trigger also doesnt work.
in my n8n logs shows:
“The session “{id}” is not registered” when i send a telegram message.
What is the error message (if any)?
“The session “{id}” is not registered”
in the logs
Refreshing the browser is the only way to get out of that. Without refreshing, i am stucked in the not funktion test mode. but after refreshing i am back to the not working trigger…
i tried different thing. stop, start docker. stop start nginx. tried to change the conf of nginx and the conf of n8n but i never got a working solution. so i am little frustrated…
the only clue i have is the “the session (id) ist not registered” in the logs of n8n on my raspi. the id ist everytime a new random mix of letters.
When testing the Telegram Trigger node with the Test step or or Test workflow buttons, the execution may appear stuck and unable to stop listening for events. If this occurs, you may need to exit the workflow and open it again to reset the canvas.
Stuck listening events often occur due to issues with your network configuration outside of n8n. Specifically, this behavior often occurs when you run n8n behind a reverse proxy without configuring websocket proxying.
To resolve this issue, check your reverse proxy configuration (Nginx, Caddy, Apache HTTP Server, Traefik, etc.) to enable websocket support.
so i asked chatGPT for help and after different suggestions i got a configuration for n8n that worked.
fill that in after location in the n8n conf