Nuxt will automatically read any files in the ~/server/plugins directory and register them as Nitro plugins. This allows extending Nitro's runtime behavior and hooking into lifecycle events.
I ran into the following problem that I could not find a solution for This error Invalid scheme, expected connection string to start with "mongodb://" or "mongodb+srv://"
Hi Jahid. Thanks for your hard work and amazing contents. However, I'm really struggling with the populate funcitons in the mongoose queries. Have you encountered anything related to that? Error logs keep telling me that the schemas aren't registered, I tried to import the schema models in the scripts, it keeps failing.
@@jahiddev Also a course with Nuxt3, mongoose, CRUD Operations and maybe navigation guards and / or authentication would be the best one :) Any estimation on the date for that? thanks
Hello, Thank you for this video. Could you show how to deploy such an application on Vercel or Netlify because it seems to me (I'm not sure, I didn't understand everything from where my request) that it is then necessary to use and configure the serveless functions of the latter, which is not necessarily obvious. Thanks in advance.
I have already deployed a Production app. You don't need extra configuration. But keep in. mind mongodb can't be installed on serverless function so you have to use Managed mongo instance like Atlas.
Hi thanks for the tutorial. I just have a question. Did you already had the server created on 27017 port? Because for me it's not connecting, so I guess something is missing for me. Thank you!!
Thanks for the great video. Do you know if we can use Nuxt Server as a replacement for a Node/Express Server? At the moment, I have a Nuxt App as the Frontend and Node/Express as the backend. Now I'm wondering if there is a need for a separate backend or if I can just use Nuxt for both.
I was thinking about possibility of using Nuxt 3 + Pinia + Ionic + CapacitorJS for cross-platform app. But the resource is very limited right now. Can you please make more sample project of Nuxt 3 + Ionic + CapacitorJS? Thank you!
It is actually easier than the predecessor. You can implement auth with Nuxt 3 predefined composable like useCookie and Middleware. I will record a video about this very soon.
Thank you so much, i am beginner in Nuxt 3 and i was trying to connect mongoDB for my app. ¡Thanks!
You are welcome. Consider joining the discord server :P
Thanks for the clear, straight forward guide. Massive help!
Sir,
It would be of great help if you can do more tutorials on nuxt 3 with mongodb full stack projects with deployment... thanks in advance
Thank you for the tutorial! All the best
Thank you! You too!
I'm very much excited for upcoming tutorials and projects. Thankyou
Glad you like them!
Awesome content. Keep doing..
Thank you man, very good example ! God bless you !
I love you man, all the others tutorials that i seen didn´t help me.
You helped me a lot!! Thank you so much
Glad I could help!
Great video. Thank you. Looks like you have a bunch of ideas for new videos. I second the comment about a new way of doing Auth (replacing Nuxt/Auth)
Great suggestion!
I agree. We need that. Thanks
Nuxt will automatically read any files in the ~/server/plugins directory and register them as Nitro plugins. This allows extending Nitro's runtime behavior and hooking into lifecycle events.
Thank you Jahid. This helped a lot.
Glad it helped
Can we access the mongoose based DB, from server components ?
hello again. instead of index.post.ts could i use index.post.js?
Of course.
So, to add a user, just create a file named index.post.ts in the users folder and write the logic?
yes!
@@jahiddev thx
I ran into the following problem that I could not find a solution for
This error
Invalid scheme, expected connection string to start with "mongodb://" or "mongodb+srv://"
how to write the useAsyncData/useFetch function so that the api data is loaded on F5, and not just on a click on the client route?
It's quite easy the useAsyncData/useFetch gives you a refresh function. Which you can call inside keyboard keydown listener for a particular key.
thank you for this video
My pleasure
Hi Jahid. Thanks for your hard work and amazing contents.
However, I'm really struggling with the populate funcitons in the mongoose queries. Have you encountered anything related to that? Error logs keep telling me that the schemas aren't registered, I tried to import the schema models in the scripts, it keeps failing.
Thank you. Appreciate your videos. They are really helpful to me! I'm subscribed :)
Thank you. Comments like these keep me motivated to publish more content.
is there any update about the next video showing how to structure mongoose models, etc?
Sure thing. I am planning to create a full course for it.
@@jahiddev Also a course with Nuxt3, mongoose, CRUD Operations and maybe navigation guards and / or authentication would be the best one :) Any estimation on the date for that?
thanks
Hello,
Thank you for this video. Could you show how to deploy such an application on Vercel or Netlify because it seems to me (I'm not sure, I didn't understand everything from where my request) that it is then necessary to use and configure the serveless functions of the latter, which is not necessarily obvious.
Thanks in advance.
I have already deployed a Production app. You don't need extra configuration. But keep in. mind mongodb can't be installed on serverless function so you have to use Managed mongo instance like Atlas.
OK i understand, thanks for your answer
thank you so much
Hi thanks for the tutorial. I just have a question. Did you already had the server created on 27017 port?
Because for me it's not connecting, so I guess something is missing for me.
Thank you!!
Yes Mongo was already installed and running on the default PORT.
Really helps me because the module nuxt-mongoose was not working 👍
Thanks.
thanx. good video :)
Thanks for the great video. Do you know if we can use Nuxt Server as a replacement for a Node/Express Server? At the moment, I have a Nuxt App as the Frontend and Node/Express as the backend. Now I'm wondering if there is a need for a separate backend or if I can just use Nuxt for both.
For small application i would recommend Nuxt server.
Hey! Please upload the Nuxt with Supabase tutorial. I just can't get my head on to it alone. The documentation is so poor on the site.
Currently Recording a full stack project using nuxt3, supabase and tailwind. Join the discord for updates related to upcoming videos.
I was thinking about possibility of using Nuxt 3 + Pinia + Ionic + CapacitorJS for cross-platform app. But the resource is very limited right now. Can you please make more sample project of Nuxt 3 + Ionic + CapacitorJS? Thank you!
I think you can't use Nuxt 3 with CapacitorJS however you can use vue 3 with it.
@@jahiddev It's possible to use Nuxt with Capacitor. I tried it. But Nuxt with Ionic does not work out of the box.
Great Aweswome... Please make video on NUXT 3 and Vue 3
thank you.
You're welcome
How you can handle authentication in nuxt 3
It is actually easier than the predecessor. You can implement auth with Nuxt 3 predefined composable like useCookie and Middleware. I will record a video about this very soon.
Vai please zoom korna apne screen ko
Will take care of this from next video.
Make video add mongodb atlas
Kichu bujhte parlam na
I need a crash course about h3.
You will get it soon.