DEV Community

Discussion on: [Outdated] How I build a full-fledged app with Next.js and MongoDB Part 1: User authentication

Collapse
 
michaelusantiago profile image
Michael U. Santiago

Hi Hoang. Thanks for this tutorial. I'm a bit confuse at first since I admit a beginner here and the tutorial seems not for the beginner but I did made it work somehow. However mine is not functioning at sign-in. It works at sign-up and I was able to add user with pics, etc.. But when I try to sign-in it just hang and didn't proceed. So I suspected it's the profile picture coming from cloudinary so I did add new user with no profile picture to see it will load but still not. I'm sure data is saved, I see it in my mongodb compass.

What did I missed here since I did not change source code other than my .env. thanks.

Collapse
 
hoangvvo profile image
Hoang

There was a bug in my res.redirect function. It should be fixed now