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

Поділитися
Вставка
  • Опубліковано 30 лис 2024

КОМЕНТАРІ • 26

  • @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 Рік тому +1

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

  • @samweng9026
    @samweng9026 Рік тому +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 Рік тому

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

  • @infinityCode-21
    @infinityCode-21 Рік тому

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

  • @KrishanPradhan-r1m
    @KrishanPradhan-r1m 11 місяців тому

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

  • @enricledomuntal7151
    @enricledomuntal7151 2 місяці тому

    What a cool tutorial man!!!

  • @dd3dd123
    @dd3dd123 Рік тому +1

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

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

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

  • @Daniel-us8vk
    @Daniel-us8vk 7 місяців тому +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."

  • @John-k7p9s
    @John-k7p9s Місяць тому

    Thank you. I am not able to connect to mongodb with your steps. It keeps timing out. Do you know what is wrong?

  • @Chieh-baba
    @Chieh-baba Рік тому

    Thank you soooooo much for these tutorial series

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

    can it be used as api for backendservice with no website

  • @hanesmitter1469
    @hanesmitter1469 4 місяці тому

    Add tutorial how to deploy manually (from netlify)

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

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

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

    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 10 місяців тому

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

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

    Thanks for this video!

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

    Next Everest...Tnx bro...

  • @derarageremu
    @derarageremu 2 місяці тому

    thanks

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

    Thank you so much

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

    Thank you

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

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

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

      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 )

  • @NajmiddinTurgunpolatov-p1c
    @NajmiddinTurgunpolatov-p1c Рік тому

    brother thank you very much, i like your videos

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

    Thank you