rtCamp / login-with-google

Minimal plugin which allows WordPress user to login with google.

Home Page:https://wordpress.org/plugins/login-with-google/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirection to same page after successfull authentication is not working.

suraj-sanwal opened this issue · comments

Hi,

I'm using the custom code suggested by @vishalkakadiya from here:
#95 (comment)

It was working fine till now but there is some issue with the ajax call which responding 0 after successfull authentication and redirecting customers to the url: https://www.site.com/wp-admin/admin-ajax.php

image

Can anyone please suggest the cause of the issue?

Thanks

Hi @elifvish
Please give an update about the same ASAP as it's critical for us.
Thanks,

Hi, @suraj-sanwal I looked into your issue. I tested the filter in a test site and it is working as expected. Please check if the issue mentioned is caused by some other plugin that was recently installed in your site.
cc: @aviral-mittal

Okay. I'll check and get back to you. But as far as I concerned there is no any additional plugin was intalled in our site.
Anyways, Let me check once.

Thanks,

Hi @elifvish
The issue is with the custom code that I had wrote. I'm able to fix it now.
Thanks