basir / next-pg-shadcn-ecommerce

https://next-pg-shadcn-ecommerce.vercel.app
27 stars 7 forks source link

Create product #2

Closed Master2Piece closed 1 week ago

Master2Piece commented 2 weeks ago

Hello, im try to follow your create update product video, but why doesn't anything happen when the create product button is pressed? and when checked in the database, no new products were added

basir commented 2 weeks ago

add this line: https://github.com/basir/next-pg-shadcn-ecommerce/blob/main/lib/constants/index.ts#L52 to fix the issue. it was about validating banner field for product table.

basir commented 1 week ago

the issue was in banner. it should be set to null to fix this issue. I fixed it. clone the repo and test again. it should work now.