How can I solve a SCRAM authentication issue in Mongodb with Docker and Prisma?
When I try to run any command from the prisma I get this error message: $ npx prisma migrate reset Error: MongoDB error SCRAM failure: Authentication failed. 0: migration_core::state::Reset at migration-engine/core/src/state.rs:341 When I run docker ps: CONTAINER ID | IMAGE…