I’ve created a new serverless instance (with no IP limitations).
I’m successfully connecting to it with my app’s code, and am able to write/read data from it, even from my local host.
I’m successfully connecting to it via MongoDB Compass, I can see the collection names and stats (like the number of documents in each, and their size). But when I’m trying to see the documents themselves, it’s stuck on “Fetching Documents” forever (even hours). This happens on all collections.
I’ve verified that I’m using a user with the right permissions (currently, only one user exists).
Does anyone know how to fix this?