#nextjs prisma
1 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not contain specific details about deploying a Next.js project with Prisma and MongoDB, nor do they explain why you can access your API without setting environment variables.
However, it's important to note that environment variables are often used for sensitive data that should not be included in your code, such as database credentials. If your application is able to access your database without these, it's possible that the connection details are hardcoded somewhere in your code, which is not a recommended practice.