• Resolved Daniel

    (@daniel93851gmailcom)


    HI there, ??The connection is failing. After the click to the button to Facebook or Twitter Connection we are having the window going to a blank “https://Localhost” page

    After debugging the message that appears is:

    {“error”:{“message”:”Missing redirect_uri parameter.”,”type”:”OAuthException”,”code”:191,”fbtrace_id”:”AHoF9n0VScVynP0ScWDFcNN”}}

    How to fix it?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @daniel93851gmailcom!

    The problem on your website is, that your server does not allow urls to be in other urls, but this is required for social logins. So as you see, if you visit this link:

    https://musicaemercado.org/?https%3A%2F%2F

    it won’t load, because an encoded https:// word is included in it. Any other regular word doesn’t have an issue:

    https://musicaemercado.org/?test

    not even if you include the encoded special characters:

    https://musicaemercado.org/?test%3A%2F%2F

    You should contact your server host and ask them to let links be within your urls, and then your social logins should work!

    • This reply was modified 2 years ago by Gabor.
    Thread Starter Daniel

    (@daniel93851gmailcom)

    I’ve been in touch with Hostgator now. They investigate and told me that nothing is creating this kind if block.

    ??

    Any other sugestion to fix it?

    Plugin Support Laszlo

    (@laszloszalvak)

    Hi @daniel93851gmailcom

    Yet for some reason, your site keeps triggering redirects when the query string contains an URL, causing an infinite redirect loop.

    I also think that this problem is caused by a server setting or a firewall like me colleague mentioned, but just in case you should try a plugin/theme conflict test to figure out if the problem is caused by a third party plugin or not.

    So:

    • First of all you should simply open this URL:
      https://musicaemercado.org/?test=https%3A%2F%2Fmusicaemercado.org%2F
      and you should see the problem occur.
    • Next you should disable all plugins on your site and change your theme to a WordPress default one like Twenty-Twenty One and check the link above if the problem still occurs.
    • If it no longer occurs, you should start enabling the plugins one by one or in small groups then check the URL above each time. Once the problem starts occurring again, you managed to find the cause of the problem.

    If the problem occurs even if all plugins are disable and you use a WordPress default theme, then that clearly indicates a problem with your host. So you should send them the example URL that I sent you above, and ask them why those redirects are happening when there is a protocol (e.g. https%3A%2F%2F which is the encoded https:// protocol ) in a GET parameter.

    Best regards,
    Laszlo.

    Thread Starter Daniel

    (@daniel93851gmailcom)

    Thank you so much. We are investigating it right now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Missing redirect_uri’ is closed to new replies.