sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.18k stars 743 forks source link

Application error: client-side exception with digest 3976766164 #4

Closed myoaung99 closed 1 year ago

myoaung99 commented 1 year ago

when visiting the site, it shows that error message .

Application error: client-side exception with digest 3976766164

sadmann7 commented 1 year ago

This bug is occuring while passing cookies on async server component. Works on dev server tho

sadmann7 commented 1 year ago

This is fixed now. I was setting cookies directly. Next cookies should only be set in server action or router handler. Here is the doc: https://nextjs.org/docs/app/api-reference/functions/cookies