Reactjs – NextJS 13 form not submitting data through Prisma to Postgres Database
I've spent the last day trying to figure this one out, with little progress made. I've successfully connected my app to a postgres database, setup the prisma schema and tested a migration with a seed.ts file. Now my route.js file…