Now the problem is changed.
When I was clicking Verify Settings, a new wp-admin page opening on a new window, but verification is under pending.
Plugin Support
Laszlo
(@laszloszalvak)
Hi @impurnendu
Did you see this:
{"error":{"message":"Missing redirect_uri parameter.","type":"OAuthException","code":191,"fbtrace_id":"xxxx"}} error when you checked the Facebook connection at Nextend Social Login > Debug > Test Facebook connection?
Since if you did, then there we only check whether your server can communicate with the server of the provider or not. And because of this we don’t want to make any extra request there, that’s why you see this in the verbose.
So if you see the:
"Network connection successful: https://graph.facebook.com/v3.2/oauth/access_token" message, that means your server is able to communicate with the server of the provider.
Every other verbose information is only useful for us to identify the cause of the problem, if this connection would not be successful.
As for your current problem with /wp-admin page being opened in the popup:
These kind of problems can occur, when something prevents us from using the /wp-login.php page to handle the OAuth flow over so they redirect us to a different page, breaking the OAuth flow.
For these situations we have the “OAuth redirect uri proxy page” and the “Page for register flow” settings. Both can be found at our Global Settings > General tab: https://nextendweb.com/nextend-social-login-docs/global-settings/
- For “OAuth redirect uri proxy page”: you should create a new empty page and select it for this setting.
- For “Page for register flow”:
you should create another new page, place the shortcode: [nextend_social_login_register_flow] into it, then save it and select it for this setting.
Note: Selecting a page for “OAuth redirect uri proxy page” will replace the /wp-login.php part of the redirect URL of each provider with the slug of the page you created, so don’t forget to update your redirect url with the new one suggested by Nextend Social Login.
If you still see the problem occur, please rather open a support ticket at:
https://nextendweb.com/contact-us/nextend-social-login-support/?ref=https://ww.wp.xz.cn/support/topic/verification-error-2/
and I will take a look at your site.
Best regards,
Laszlo.
-
This reply was modified 5 years, 12 months ago by
Laszlo.
Oh great. Your support is awesome.
The first problem was solved automatically.
But for the second problem, the “Theme my Login” plugin was causing the issue. Fixed it as per your suggestion and it’s working now. Thanks a lot…