I've been struggling for the last couple of days trying to get a Modmail Docker setup to work and I'm at my wits' end. I'm not sure what I'm missing, so I thought I'd reach out to you all since you probably know a lot more about Linux than I do. When I run the Modmail Docker (you can find it on GitHub), I get an error code that's baffling me. The bot just won't turn on! I'm hoping someone might have insights or can check if there's an issue with the code itself. Here's a screenshot of the error I'm getting: [error image link].
1 Answer
It sounds like you're having issues connecting to your database. I'd start there and make sure your MongoDB is functioning correctly. Sometimes, it can be a simple misconfiguration causing a lot of headaches!

Yeah, that's what I’m checking now, thanks!