When i added password column in user entity it was not able to sync the password column in the database. Later on i found out that process.env.NODE_ENV is undefined and my process.env.NODE_ENV === 'development' ? dbConfig : dbConfigProduction was the culprit. Thought i will share this here.
Hey Developers! Please Like, Share, Subscribe, and comment your thoughts below-your support means a lot to me! ❤❤❤
Thank you so very much 🔥✨💯✨
You're very welcome! I'm glad you appreciate it.
Thank you so much
Thanks for your support 💖🙏
please add swagger doc as well
Great idea! Swagger docs would be a fantastic addition. I will add a video for that.
Microservices tutorial please :V
Hi, more to come
When i added password column in user entity it was not able to sync the password column in the database. Later on i found out that process.env.NODE_ENV is undefined and my process.env.NODE_ENV === 'development' ? dbConfig : dbConfigProduction was the culprit. Thought i will share this here.
Thanks for sharing your experience!
How about third party auth?
I will cover them in this course