I found that I was connecting to the wrong database. My Prisma CLI was connecting find and pulling environment variables from my .env
file, however my Next.Js app was pulling database connection parameters from my .env.local
file. I needed to double check exactly which database I was connecting to.