• Resolved Snehal Volvoikar

    (@snehalvolvoikar29)


    Can’t load URLThe domain of this URL isn’t included in the app’s domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @snehalvolvoikar29

    Facebook usually returns this error message if you haven’t added the App domain in your App. So you probably missed the 15th step of our Getting Started guide ( where we suggest an domain for the App Domains field ).

    Also just in case I would suggest you to check he 12th step as well ( where we suggest and URL for the Valid OAuth redirect URIs field ).

    If you still see problems even after that, just let us know!

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Still same issue:

    https://prnt.sc/2iEud2wQRcRX

    Added domain in the app domains field also.

    https://prnt.sc/1JARQY3gNAzR

    Plugin Support Laszlo

    (@laszloszalvak)

    Hi @snehalvolvoikar29

    The message in your first screenshot:

    is not coming from us. Also if I inspect the URL of the popup, then it looks like this:

    <yourdomain>/openidcallback/facebook?error_code=...

    and that isn’t our endpoint. Our endpoints follow rather this pattern:

    <yourdomain>/<WordPress default login page URL or the page that you selected as OAuth redirect uri proxy page>/?loginSocial=<provider name> so e.g.:

    <yourdomain>/wp-login.php?loginSocial=facebook

    So the problem is most likely that you have a third party plugin that has a Facebook integration as well ( or your theme has a Facebook featur ), but their code doesn’t include a proper condition that defines whether they should run their Facebook specific codes or not.
    It is a very common problem in many poorly coded plugins that they run their codes whenever they notice a provider specific pattern e.g. the request contains “state” and “code” parameters. But that is completely wrong, as they break other plugins codes. E.g. in Nextend Social Login we idenfity our requests with the “loginSocial” query string, that is pretty unique for our plugin.

    To find the plugin that causes the problem you should do a plugin/theme conflict test. So basically you should do the following:

    • Disable all plugins except Nextend Social Login
    • Change your theme to a WordPress default theme ( like Twenty Twenty-One )
    • Try verifying the Facebook provider in Nextend Social Login and see if you can still reproduce the problem
    • If you can’t, then you should start enabling the plugins one by one or in small groups and then you should check the verification again. Once the problem starts occurring again, you managed to find the plugin that causes the problem.

    Tip: If you know any plugin that has a Facebook specific feature, then you could start the plugin conflict test by disabling only that particular plugin and see if that resolves the problem.

    Note: You also opened another topic on this forum about the same problem:

    so I mark that as resolved as that is actually a duplicate of this topic with less details.

    Best regards,
    Laszlo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t load URL Facebook login error’ is closed to new replies.