That is definitely strange. I just started up a new instance on version 2.1.4 and replicated your workflow and mine worked 100%.
How did you setup your self hosted instance? Was it a one click deployment from the host or did you setup n8n manually? Are you able to share any further details.
I suspect there is some issue in your config maybe
Hi, I tested this on my end in my self hosted instance and it is working fine. I notice that you have hosted it in railway app instance, it maybe possible there is a cors issue. When you are executing, check the browser console or make your workflow active and test the production url to see if it works then
sorry i am unable to attach my attachments otherwise would have attached a video
but here is a youtube video showing how it works for me so you are not doing anything wrong and it was supposed to work like that only: https://youtu.be/tYA6g76UaO4
Thanks for your input @Wouter_Nigrini and @Shraddha_Singh, I think you’re both right - my guess is that the issue is with how it’s set up on Railway. I tried making it live and using the production url but it’s returning “Workflow Form Error: Workflow could not be started!”
the problem is in your worker node [intuition] , check if your worker has the same docker image/version as primary. Set EXECUTIONS_MODE=queue on both Primary and Worker
The UUID “undefined” error is a secondary issue likely caused by a corrupted session, clearing browser cookies for your n8n instance should resolve that one.
i can help you diagnose and get this working for you if you want in a remote session, otherwise i will try my best to help you here and you can try to follow steps. I specialize in self hosting, i can also provide you a better way to self host because if you are serious about using n8n, you are going to need self host a lot of things down the line or you will end up buying and paying for subscription for everything.
Thanks @Shraddha_Singh - making sure the variables were the same between the nodes and redploying both seems to have worked! Really appreciate you helping me troubleshoot this!