Chizi Victor
Chizi Victor
Recently ran into this issue as I kept getting duplicate key violation errors. I had a carts table with a one to many relationship with a cart_items table. Attempting to...
> then in `/app/payment/page.tsx`, I imported the payment component the dynamically disabling the SSR (of course, this will only work by marking the entire page with` 'use client'` as well)...
> @y3owk1n I think that is not error related to Nextjs Starter kit, because like you see below, this request, which update cart, throws me an error with `customer_id` in...