NestJs Sequelize Postgres Error: Please install pg package manually

So i’m trying to deploy my NestJS app with Sequelize and PostgreSQL on Vercel, but I’m encountering an error, even though it’s working perfectly locally.

I already tried adding dialectModule on instantiation of sequelize but I’m receiving another error

is there something wrong with my vercel.json? or instantiation of my sequelize? or it’s not possible to use sequelize ?

Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.