Skip to main content
0 votes
0 answers
71 views

My nextjs application is hosted on a remote server ( i own the remote server ) - uses prisma as ORM and neon as database. ERROR DETAILS ( server terminal ): npx prisma migrate deploy Environment ...
Neston Cabral's user avatar
2 votes
1 answer
133 views

I’m working on a Node.js/Express backend using PostgreSQL (Neon serverless), TypeScript, and Zod for validation. I have a Students table with columns: id UUID PRIMARY KEY, firstName TEXT NOT NULL, ...
Varun Sai Nadiminti's user avatar
0 votes
0 answers
163 views

While trying to connect a Neon Database and DrizzleORM, my next.js program was reflecting an error while trying to run "npx drizzle-kit push". Warning '@neondatabase/serverless' can only ...
Praganya Kumar's user avatar
-1 votes
1 answer
78 views

I am trying to flush out all pending IO using 'beforeExit' like this: process.once('beforeExit', async (code) => { await Promise.race([ new Promise(r => setTimeout(r, 3000), ...
Alexander Mills's user avatar