Side note: I am using Prisma to connect to the database.
When I host my Discord bot on my vps, it won't connect to the database and shows me this error: ```
Error: Raw query failed. Code: unknown. Message: Server selection timeout: No available servers. Topology: { Type: ReplicaSetNoPrimary, Servers: [ { Address: keys-db-shard-00-00.pl1re.mongodb.net:27017, Type: Unknown, Error: unexpected end of file }, { Address: keys-db-shard-00-01.pl1re.mongodb.net:27017, Type: Unknown, Error: unexpected end of file }, { Address: keys-db-shard-00-02.pl1re.mongodb.net:27017, Type: Unknown, Error: unexpected end of file }, ] }
However, when I host in on my machine, everything works.