Next.js Discord

Discord Forum

vercel+prisma+postgresq - application doesn't show data after an insert

Unanswered
Slovenský Cuvac posted this in #help-forum
Open in Discord
Slovenský CuvacOP
in a page of my app, i insert a new row into the database (using server component and prisma).
Strangely after a refresh, the page that lists all the rows is not showing the new one.
if i go to the database (via vercel UI) i see the new data is there, but my application doesn't show it.

0 Replies