sadmann7 / skateshop

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

Zod validation errors #83

Open kalpovskii opened 9 months ago

kalpovskii commented 9 months ago

I'm facing these validation errors on localhost

When I create store: image image

when I navigate to path /categories/[category]/[subcategory]: image

My planetscale is configured. What am I doing wrong?

sadmann7 commented 9 months ago

This seems like a zod validation error.

I fixed it, let me know if it working fine for you.

kalpovskii commented 9 months ago

This seems like a zod validation error.

I fixed it, let me know if it working fine for you.

unfortunately I keep getting the error

sadmann7 commented 9 months ago

did you forgot to pull?