Next.js Discord

Discord Forum

Seeking Help: Deployment Issues with Next.js, Prisma, and PostgreSQL on Vercel

Answered
Purple Sandpiper posted this in #help-forum
Open in Discord
Original message was deleted.
Answered by not-milo.tsx
Have you tried addressing the errors that you see? Like giving a key prop to mapped components and replacing ' with ' in your code?
View full answer

9 Replies

Have you tried addressing the errors that you see? Like giving a key prop to mapped components and replacing ' with ' in your code?
Answer
Those are simple enough errors and don't require any structural change to your code.
Purple Sandpiper
i try
c
@not-milo.tsx Have you tried addressing the errors that you see? Like giving a key prop to mapped components and replacing `'` with `'` in your code?
Purple Sandpiper
I had deleted CategoryList and then I don't need this component anymore. I've mixed up the image I uploaded in this post. I've updated this help request post .excuse
Try doing what the errors say. Then build your app again and see what happens.

So far those are not errors related to any of the libraries you're using but rather to how you wrote your code.
Purple Sandpiper
It's the same thing as before