On localhost everything works fine, but on vercel deployment api returns message: "Please install pg package manually"
To reproduce:
"sequelize": "^6.19.2",
"sequelize-cockroachdb": "^6.0.5",
With or without pg package - same error in production mode
On localhost everything works fine, but on vercel deployment api returns message: "Please install pg package manually"
To reproduce:
"sequelize": "^6.19.2",
"sequelize-cockroachdb": "^6.0.5",
With or without pg package - same error in production mode