adrianhajdin / project_next_14_ai_prompt_sharing

Next.js recently became the official React framework as outlined in React docs. In this course, you'll learn the most important Next.js concepts and how they fit into the React ecosystem. Finally, you'll put your skills to the test by building a modern full-stack Next 14 application.
https://www.jsmastery.pro/ultimate-next-course
2.58k stars 396 forks source link

When I use google provider for authorization login, I get a timeout locally #79

Open yikejason opened 7 months ago

yikejason commented 7 months ago
WechatIMG19341 image

can you help me soloving this issue please. Thank you

aabu960 commented 6 months ago

I'm getting similar error.

aabu960 commented 6 months ago

I fixed mine. the problem is comming from your computer time & date kindly change the time to 1hr ahead of your local time.

if it doesnt work change callbacks to callback in the [...nexauth] route.js.

yikejason commented 6 months ago

I fixed mine. the problem is comming from your computer time & date kindly change the time to 1hr ahead of your local time.

if it doesnt work change callbacks to callback in the [...nexauth] route.js.

Yeah thank you for answering. I have already sloved it. It works well now. When I deployed it on Vercel, it works well