I am creating a New Application using Strapi and I have tried to connect it with my MongoDB which is hosted on Digital Ocean but unfortunately Strapi is not able to fetch the collections from existing MongoDB. Here, I am mentioning the complete steps that I have followed to achieve the connection of Strapi with the existing MongoDB:
I have followed this guide step by step to create a Strapi Application: Quick_Start_Strapi
Although, I need to connect to my existing MongoDB which is hosted on Digital Ocean. So, as per Strapi documentaion, I have mentioned all the credentials ( host, port, username, password ) of my existing Database only on the creation of the Strapi Application.
In the last, when application is created successfully, I have switched my current directory to project directory and run the command:
$ strapi start
I haven't faced any error in the terminal , consequently, that means
The connection is successful
Then, I have registered myself through Strapi Register Panel.
- After logging into the application, there is only one collection is shown on the Strapi Dashboard that is the "Users Collection". Strapi failed to load any collection from existing MongoDB. In terms of Strapi, it failed to load any Content-Types.