Maybe worth noting, I’m using a bootstrap modal.
Plugin Support
Laszlo
(@laszloszalvak)
Hi @mufffuss!
After a successful login Nextend Social Login redirects the user to the page where the Connect with <provider name> was clicked.
However we have some settings which can force a page where the users shall be redirected after connecting with a social provider!
So please make sure you don’t have a ‘Fixed redirect url’ selected, since that will make the user always be redirected to the specified URL. ( You could also unpick the ‘Default redirect url’ options – which redirects to the selected page, when no there was no redirect parameter in the URL! )
These settings can be found in Global Settings>General tab.
If you didn’t have any of these options selected, my next suggestion turning on the ‘Prevent external redirect overrides’ option:
https://nextendweb.com/nextend-social-login-docs/global-settings/#external-redirect
If neither of these worked for you, it is possible that you have a plugin that has a conflict and messes up the login redirection of NSL.
So you could do a plugin conflict test:
-deactivate all of your plugins except Nextend Social Login
-check if the redirect works
-if it works try activating your plugins one by one or in smaller groups until you find out which one causes the problem!
In that case your problem still persists after following all these steps, please contact us on [email protected] and refer to this topic!
Hey, “Disable external redirects” did the trick for me, not sure why I haven’t tested this option yet.
Thank you so much!
Plugin Support
Laszlo
(@laszloszalvak)
Hi @mufffuss!
I am glad it worked for you!
Usually some plugins are able to modify the redirect URL, which can cause behavior like this. Our ‘Disable external redirects’ usually works in filtering them out.
Have a nice day!