The URL or verification code could not be validated. Please check the information provided or try again later

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.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @ahmed_fadul

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.

Let me know if this works :crossed_fingers:

2 Likes

Thank you so much,it been solved

1 Like

Great ! can you close the thread by choosing the right answer as the solution so others can use it too.
Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.