Next.js 13 Full Stack E-commerce App #18 | Update Profile, Upload Avatar, Update next-auth Session

preview_player
Показать описание
Git Repo Link:

================================================================

⚙️ Gadgets I use for Recording:

💻 Laptop - Macbook PRO M1 - 16/512

🎤 MIC - Samson Technologies Q2U USB/XLR Dynamic Microphone

🖱️Mouse - Logitech G402 Gaming Mouse Hyperion Fury USB, Black

⌨️ Keyboard - Logitech K380 Multi-Device Bluetooth Keyboard

🖥️ Monitor - UltraSharp 24-Inch Screen Led-Lit Monitor (U2419H)

================================================================

Рекомендации по теме
Комментарии
Автор

Thanks again mate. This course is really good.

AfonsoFilipeJr
Автор

This is probable the best full stack series I have ever seen!!!

tpggenk
Автор

nice work. I hope you made video about refresh token

mimi
Автор

Hi Abbas, you're on the right track, keep going, bro!

akhror-oshie
Автор

the session?update nextauth api work properly local level but in production level when user logout profile then update profile

learning-yimh
Автор

you are not passing the cookie in headers, then how is it working?

fwvmgzr
Автор

@codingwithabbas can you upload video how to update profile pic using nextjs 13.4 app router. Facing difficulty, didn't get any solution till now... Put request

himayukhan
Автор

Sir, i am getting undefined req.body in my controller when submitting the formData with avatar in spite of using api config bodyParser set to false.. I just got stuck with this problem plz help me

aamirrashid
Автор

If possible can you try uploading thrice a week

sumanthprabhu
Автор

How many videos are remaining from now ?

harry
Автор

This is not the right approach to write code. You have only written the code, no testing, no checking, no debugging. To be a good coder, you must check the code on each block.

bestchoice
Автор

Windows Users will get an error when trying to upload the image like ENOENT: no such file or directory .? to fix this
use cb(null, new Date().toISOString().replace(/:/g, '-') + file.originalname); in multer.js file
you have to add .replace(/:/g, '-')

DipsNohawar
Автор

Hi Abbas, thanks for the great video tutorials. In this tutorial, when trying to change the profile image, I get an error - ENOENT: no such file or directory, open :36:40.367Z-testimage.png

gintarase
Автор

when submit, i got this error
message: "ENOENT: no such file or directory, open 'C:\\Users\\Abdur page gym.png'"
success: false

mdabdurrahim