Thaer Abbas

Results 3 comments of Thaer Abbas

@theogravity have you tried the **Local** tab when connecting? works for me ![Screen Shot 2020-04-01 at 2 02 12 PM](https://user-images.githubusercontent.com/1524230/78124966-7726dd80-7421-11ea-82bf-a9d3873f8dc2.png)

Hi @Bomberlt, I see you're using `return` when using `axios()`. You're handling the promise in the `.then` and `catch` blocks inside the function. Are you attaching another `then` or `catch`...

We have an app that makes use of both mongoose and mongodb driver for some migrations, and schema updates, so I got this working easily this way. I created a...