Issue with service and database


Hi I am having this issue where its telling me the column does not exist on the database. The problem comes from the fact that not only does this column exist on the database but the entire service works accordingly on a local environment. I am using NestJs framework, Prisma for ORM, and Planetscale for the database.

Hey Filip,

If as you say that the column exists and the service works on your local environment with the same database then the issue lies with how your application is being executed on Render, which suggests maybe environment variables.

Can you verify that your application is using the database that you expect it to be?

John B

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