There is this project https://glitch.com/~keystone-js built for KeystoneJS CMS and MongoDB configuration. I tried to use this by Glitch remix feature.
I am facing a problem here. I am using MongoDB Atlas and the MONGO_URI starts with mongodb+srv:// but in the console I am getting an error saying that it must start with mongodb://
I read that article. Mongoose had to be updated and then it worked fine. But in my case there isn’t Mongoose package installed but some of the Keystone packages. Please tell me which npm package I must update (I can’t update all the packages because of the memory limit in the free account).
I rarely use Node.js but in this situation I would first update everything, that shouldn’t be an issue because Glitch projects have a separate 1 GB of storage space just for npm packages. This is a different storage allocation than the 200MB the project container has access to. If you tried that and got a storage error then I don’t know what to tell you…
If that doesn’t work I would modify the part that’s giving you trouble to use the latest mongoose package directly as that seems to have worked for others.