I am trying to call n8n webhook from the app build in Lovable and in the network tab of the browser I see the following errors and the n8n workflow never gets triggered. I searched the web and this community but couldn’t find a solution. I am new to n8n and I probably missing that is very simple and stupied. I will change the api_key after I solve this problem
Hi, I’m not sure for the cloud version but normally under the webhook trigger there is an options section which contains a CORS option
You could try to set I to * for testing purposes.
After that to whatever you need
Also not sure if you explicitly have to add the options method as allowed. By default the only allowed method is GET. If not you need to go to settings and toggle allow multiple. And then set whatever is needed
Btw you need to change your method to post… Or allow multiple. Your request was a post instead of get. Like I mentioned. Go into the settings tab , select allow multiple and set get / post / options (if that even exists I’m not behind a computer)
You are genius
so it seems to me that previously I was setting that I expect knowledge in the Node Path, but then I moved to Post and as a solution I removed knowledge from the Path and it started working
here is the updated flow