Hi @Nicholas_Nelson,
I believe the error is for Prisma and not for any connection failures to a MongoDB instance based off my interpretation of the error:
Error code: P1012 error: Environment variable not found: DATABASE_URL
Have you tried raising this with prisma support regarding this? My guess is there should be some guides on how to connect to an Atlas instance using prisma.
An additional note, for troubleshooting purposes, you can try connecting without environment variables as a to see if you’re able to connect to a MongoDB instance.
Regards,
Jason