How to Deploy Next.js 13 with MongoDB to Netlify For Free

Поділитися
Вставка
  • Опубліковано 29 чер 2023
  • Check out my courses: gtcoding.net/courses/
    In this step-by-step guide, you will learn how to deploy your Next.js 13 website with MongoDB integration on Netlify without spending a dime. Whether you're a beginner or an experienced developer, this tutorial will provide you with clear instructions on setting up your project, connecting it to a MongoDB database, and deploying it on the Netlify platform. Discover the cost-free solution for hosting your Next.js 13 and MongoDB website and unlock the power of seamless deployment.
    Previous video: • Step-by-Step Guide: Cr...
    Source code: github.com/Godsont/CRUD_MongoDB

КОМЕНТАРІ • 22

  • @patricklemmer-adeveloperss3458

    If anyone is wondering. It works the same with Vercel. I first ran into a prerender error first, but once I followed the steps in this video, I was able to deploy without any issues.

    • @Metovski
      @Metovski 9 місяців тому +1

      did you create new github repo ? i dont wanna how do i fix

  • @stinger2119
    @stinger2119 7 місяців тому

    I love this guy! to the point, brief and clear at the same time.

  • @Less-Than-TY
    @Less-Than-TY 9 місяців тому

    Thank you soooooo much for these tutorial series

  • @samweng9026
    @samweng9026 11 місяців тому +1

    Thank you so much man, been stuck for two days trying to deploy on vercel due to pre-render error. Followed ur tutorial, fixed it in 30 mins.

    • @Metovski
      @Metovski 9 місяців тому

      why we create 2 repos ? i dont wanna but i dont figure it this error

  • @Wintergrim_Entertainment
    @Wintergrim_Entertainment 3 місяці тому

    Thanks for this video!

  • @user-pt5ek2oy5r
    @user-pt5ek2oy5r 6 місяців тому

    Just follow the step it will work on vercel too thanks bro appreciated.....

  • @booeew
    @booeew Рік тому

    Next Everest...Tnx bro...

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd 5 місяців тому

    Thank you so much

  • @harvey_04
    @harvey_04 3 місяці тому

    Thank you

  • @Daniel-us8vk
    @Daniel-us8vk 2 місяці тому +1

    i keep getting error: "Page Not Found
    Looks like you've followed a broken link or entered a URL that doesn't exist on this site."

  • @hanesmitter1469
    @hanesmitter1469 11 днів тому

    Add tutorial how to deploy manually (from netlify)

  • @swapnilpatel3337
    @swapnilpatel3337 Рік тому +3

    Please also deploy on vercel because get error : pre render error

  • @dd3dd123
    @dd3dd123 8 місяців тому

    can you briefly explain why client compoent can just fetch ('api/topics') but server component cannot?
    thanks!!

  • @bestchoice7431
    @bestchoice7431 9 місяців тому

    Can you make a video with an image or file upload to Netlify?

  • @user-wf3uz2zi6m
    @user-wf3uz2zi6m 7 місяців тому

    brother thank you very much, i like your videos

  • @eazydatasolutions5800
    @eazydatasolutions5800 6 місяців тому

    I followed your steps, I still get fetch failed error pointing to the local host 3000, before I can change the API_URL variable. I wonder what is it that I'm doing wrong?

    • @eazydatasolutions5800
      @eazydatasolutions5800 6 місяців тому

      ..It's deployed. I had a component that was fetching data, which I wasn't aware off. Thanks.

  • @Metovski
    @Metovski 9 місяців тому

    Why we using this method ? Why it is hard with next13 to deploy ? Why delete git ?

    • @VinterWebTech
      @VinterWebTech 7 місяців тому

      Q. why delete git?
      A. Because until we delete the git folder ( local git ) we cannot Initialize it another remote git repo, so by deleting local git your project is like it never got initialized to git so now you can initialize a new git and add to a new remote git repo aswell just like a new project
      ( Note:- if you have built your own project from scratch or you already have a repo which you want to deploy then you don't have to delete anything )

  • @user-vn6gj1mp1n
    @user-vn6gj1mp1n 7 місяців тому

    Thank you