Thanks, 🙏 🌹, I am really glad it was helpful for you. Actually I have created a video for authentication in nest.js : ruclips.net/video/twaUdKr06kA/видео.html
I want to plzzzz ask u a question. How can I use NextAuth with Google to authenticate the user and then pass the session to NestJS project to authenticate the user there also so I can use the guards' features in NesfJS. There are no guides or tutorials about this at all
Hi, I am encountering an error while starting the application. [Nest] 608 - 07/30/2023, 1:20:13 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)... error: password authentication failed for user "postgres" but the password is correct. Why this happending?
Hello Sakura can you please make a crash course or something on GraphQl .I have learnt Axios and Fetch Api after that tried to learn Graph Ql but failed miserably as all the stuff is outdated .
You are a hero, I have been trying to figure out what the problem is and wasted about 1.5 hours before deciding to check out the comment section. You are a life saver.
Hi , I am getting this error "Cannot use namespace 'PostgresConnectionOptions' as a type.ts(2709) Exported variable 'config' has or is using private name 'PostgresConnectionOptions'.ts(4025)" in ormconfig.ts on this line "const config: PostgresConnectionOptions = {" if i change PostgresConnectionOptions to any it works.
I recommend anyone who has just started learning NextJS for the first time, This video is better than everyone else
wow, thst was a nice one 🌷🌷🌷. it really encourages me to move forward. thanks.
It's NestJS. Not NextJS
@@minhtetoo80 I recommend anyone who has just started learning NestJS for the first time, This video is better than everyone else
Thanks for the review. This was the first video Google recommended to me.
agreed ,after 27 minutes into the video, btw its nest js and not next js
very helpful course.. please make more detailed videos on Nest Js
Amazing tutorial. Thank you for sharing
Thanks 🙏
Amazing steps to next js.. pls make huge playlists by creating large application with Nest js and angular 🎉
This channel is sick. Thank man!
Hi, Is that a complement? 😂
This was a brilliant video. Using docker was a nice touch. thanks for this. Look forward to the authentication video
Thanks, 🙏 🌹, I am really glad it was helpful for you. Actually I have created a video for authentication in nest.js : ruclips.net/video/twaUdKr06kA/видео.html
Nice work man. You're the best!!
Thanks you so much 🙏💖
Thanks for sharing, one of the best crash course regarding NestJs
Thank you for sharing your positive comment on the NestJS crash course video. I'm glad to hear that you found it helpful and informative 🌷🌷
It's a useful crash course of Nestjs whether For Recap Or Learning.
🙏🙏🙏
great video
what a cool tutorial, i wonder if you have a tutorial setting up cicd for your nest app to aws ?
Thanks 🙏. I need to do some research about it
Thank you so much for a step-by-step explanation.
thanks. I am very glad it was helpful for you 🌷🌷
Awesome. Thank you so much for crash course video and you explain so clear.
thanks 🌷
very good video. keep up the good works.
Thank you for sharing your positive comment 🌷🌷
Good !
Thanks 🙏
Amazing tutorial… thanks a lot 🔥🔥🔥💯 can you create some real project with this tools please?
Good job! Will your next video for nests +prisms tutorial
Great tutorial! I would like your opinion on using Prisma over Typeorm ? Looking forward for future videos like this!
Hi, Thanks 🙏🙏. Well, I think, since Prisma uses objects instead of class instances for returning data, It might be faster in data intensive apps.
Thank you so much. Can u make more video about Nest?
Nice 👍 .
Good video and explanation
Thanks 🌷
Perfect Video
Glad you think so!
thanks so much 谢谢 :
Your welcome 🙏🌹
I want to plzzzz ask u a question. How can I use NextAuth with Google to authenticate the user and then pass the session to NestJS project to authenticate the user there also so I can use the guards' features in NesfJS. There are no guides or tutorials about this at all
Hi, I am encountering an error while starting the application.
[Nest] 608 - 07/30/2023, 1:20:13 PM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
error: password authentication failed for user "postgres"
but the password is correct. Why this happending?
Please double check your pass. And if it did not work, share your code in github, I will take look at it.
I have the same issue. So I try @lmessi5924 suggestion to stop the local postgres service, and it works. Hope this help.
that's was nice video thanks
Glad you liked it!
Hello Sakura can you please make a crash course or something on GraphQl .I have learnt Axios and Fetch Api after that
tried to learn Graph Ql but failed miserably as all the stuff is outdated .
Yeah I will put it on my list.
I would really appreciate it if you can do a video about how to dockerize react/next apps
Hi, I will do that soon.
thanks
You're welcome! 🌷
🔊
Since OP is using Docker for DB connection, please stop your locally installed postgres, otherwise you would get testDB database does not exist.
yes, thanks for your tip. if you want to use local postgres, just create testDB, manually.
You are a hero, I have been trying to figure out what the problem is and wasted about 1.5 hours before deciding to check out the comment section. You are a life saver.
it is good to use nestjs as a backend and nextjs as frontend?
Yeah it's really awesome
It is my stack.
@@SakuraDev will you create a video about that in the future? maybe with drizzle too
@@_codesan Yes I put it on my list. It is a good idea.
1 project on nest js plz
hi, I have created a new one: ruclips.net/video/khNwrFJ-Xqs/видео.html
@@SakuraDev oh my god I was looking for this you made it.. Millions of thanks ❤ dear for your effort for us
@@pacificview8276 😃😃🙏🙏🙏🙏
Hi , I am getting this error
"Cannot use namespace 'PostgresConnectionOptions' as a type.ts(2709)
Exported variable 'config' has or is using private name 'PostgresConnectionOptions'.ts(4025)"
in ormconfig.ts on this line
"const config: PostgresConnectionOptions = {"
if i change PostgresConnectionOptions to any it works.