Arash Ari Sheyda

Results 22 comments of Arash Ari Sheyda

make sure to use the same variable name in your `nuxt.config` and `docker` command, they both should be `MONGODB_URI` in this case (you can change it to whatever you want,...

@kevinstory oh that's great then!! thanks a lot (sorry I don't have docker to test)

@proggreg can you share a small reproduction? thanks

I'll make a release later today and then we can make sure. thanks again

yes thanks to @jbool24 we can have `discriminators`, but there was discussion on implementing it as `Combined Factory Function` or `Separate Factory Functions` [see this comment for more detail](https://github.com/arashsheyda/nuxt-mongoose/pull/47#issuecomment-1973819571) @RodrigoRoy...

@lupus78 I can't reproduce this, can you share a small reproduction? thanks

@kaller01 thanks for flagging this! It's definitely a hiccup we need to sort out. (I had this issue as well and made it work as you did) I havn't really...

hey @kamran-12 - yes you can define all your models in one file and you'll be able to use it. - you don't need to define another connection (defineMongooseConnection) as...