hey everyone, i am building instaggram bot ,my problem is when i had this section or field in my facebook app developer ,i want to change my n8n test link to n8n production link,but it just say the error “The URL or verification code could not be validated. Please check the information provided or try again later” any help
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
make sure your workflow is published and active before registering the production webhook URL with Facebook, that’s the most common cause of this error.
n8n Cloud: Hit Publish in the top right of your workflow, then retry the URL validation in Facebook.
Self-hosted: Same! publish the workflow first. Also make sure your WEBHOOK_URL environment variable is set to your public domain with HTTPS, otherwise the production URL n8n shows will be wrong and Facebook won’t be able to reach it.