How to Deploy Next.js 13/14 App With API Routes To Production (Vercel)

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 26

  • @Mr.Shariar
    @Mr.Shariar 7 месяцев назад

    i was stuck with a problem for a long day, i couldn't solve it, thank you sir.
    you don't know how much you have helped me by this video. thanks a lot.

  • @codingmastery_dev
    @codingmastery_dev  11 месяцев назад +2

    🔥If you found this video useful, do like the video to reach a wider audience🎉. Also, don't forget to subscribe to the channel and enable 🔥notifications so you won't miss my upcoming video.🔥

  • @YoutCode0263
    @YoutCode0263 2 месяца назад

    Thank you so much , this is what i need for my bugs...

  • @4dev346
    @4dev346 4 дня назад

    do you have a github repo for this project?

  • @4dev346
    @4dev346 13 дней назад

    did you do some customization on mongoDB? the api route only returns a value on development but in production, i get 504 error

    • @codingmastery_dev
      @codingmastery_dev  13 дней назад

      @@4dev346 No, there is no customization done. 504 error indicates gateway timeout which means there is connection timeout issue with the database

  • @SumitBhoumik
    @SumitBhoumik 6 месяцев назад

    Very helpful. Thank you.

    • @codingmastery_dev
      @codingmastery_dev  6 месяцев назад

      Glad you found it helpful. Thank you so much🙏

  • @miroslavjovic5277
    @miroslavjovic5277 9 месяцев назад

    Thank you man, you helped me a lot!!!

  • @AndrePonc3
    @AndrePonc3 6 месяцев назад

    THANKS YOU SO MUCH🔥

    • @codingmastery_dev
      @codingmastery_dev  6 месяцев назад

      Glad you found this video useful. Thank you🙏

  • @JoshuaDrums
    @JoshuaDrums 9 месяцев назад

    Thank you so much!!

  • @navjotsingh2457
    @navjotsingh2457 7 месяцев назад

    very helpful

  • @sametdmrly
    @sametdmrly 6 месяцев назад

    Thanks bro

  • @yashsharma-qd6tv
    @yashsharma-qd6tv 6 месяцев назад

    thankyou buddy

  • @4dev346
    @4dev346 19 дней назад

    does this still works on next 14

    • @codingmastery_dev
      @codingmastery_dev  19 дней назад +1

      Yes, it will work for Next 14 also

    • @4dev346
      @4dev346 19 дней назад

      ​@@codingmastery_dev​thank you!

    • @4dev346
      @4dev346 16 дней назад

      @@codingmastery_dev did you do some customization on mongoDB? the route only returns a json when dealing with other api