Instagram captcha error on new app creation

romaniTO picture romaniTO · Sep 21, 2017 · Viewed 12.4k times · Source

When I try to create an instagram client (developer side), I'm always getting the same error:

Captcha invalid, please try again
Submission error: please fill out all required fields.

All fields are correctly set and captcha is good. (I tried many times, but always same error)

Someone have a solution for me?

Answer

Cyril Durand picture Cyril Durand · Oct 24, 2018

If you look at the console, we can see there is an error related to "Content Security Policy" which avoid loading google captcha script :

Consent Security Policy

Based on this answer there is no easy way to disable "Content Security Policy" in Chrome except by using an extension. Such an extension is available here : Disable Content Security Policy [Google Chrome extension]

Once the extension is active, the instagram form loads without errors and should look like this :

enter image description here

For security reason I highly recommend to uninstall the extension once the app is created.