I am getting this error during google auth redirect,Any idea how to resolve this issue here is image show error when tried to sign in with google account using`
Asked
Active
Viewed 227 times
0
-
2Can you show us the code where you're making the request? – Jesper Dec 17 '19 at 14:09
-
Thanks for respond,the situation is when I run via localhost is working good but when I try to run in live server it load then give that error – Obbos Chacha Dec 17 '19 at 15:57
-
Have you tracked how long it actually takes on your localhost then? Is it more than 20 seconds? And for the live environment, are you using other credentials or such? – Jesper Dec 17 '19 at 15:59
-
you are showing nothing on the question, but maybe you have to extend the timeout time, https://stackoverflow.com/questions/7739870/increase-max-execution-time-for-php – User45648 Dec 17 '19 at 16:19
1 Answers
0
Its a php server configuration issue. You would have to extend the max execution time of your server. Also, try to figure out what script you are running that takes so long. Normally, one script shouldn't run that long without responding to the user.
Try creating a job for the task or running it as a command.

Toby Okeke
- 624
- 3
- 13