Deploy Your Next.js App Like a Pro: A Guide to Self-Hosting your Next App

Sdílet
Vložit
  • čas přidán 3. 12. 2023
  • Let's deploy a next app on a custom server.
    🛤️Get your Server From Hostinger:
    hostinger.com/webdecoded
    ✉️Sign up for my newsletter:
    eepurl.com/h4X959
    👾Join my Discord:
    / discord
    ✍️Full-Stack Roadmap:
    webdecoded.gumroad.com/l/full...
    🔥Firebase:
    CRUD - • React Firebase CRUD tu...
    Authentication - • Authentication in Reac...
    ⚛️More on React:
    Build a Portfolio Website - • React Project Tutorial...
    MERN Stack Project: Food Ordering App - • Food Ordering App - Re...
    ☕Support the channel:
    buymeacoff.ee/webdecoded5
  • Věda a technologie

Komentáře • 12

  • @erdincakdogan6962
    @erdincakdogan6962 Před 6 měsíci

    Really amazing video thank you for clear explanation

  • @webdecoded
    @webdecoded  Před 7 měsíci +1

    Thanks for watching and may your deployment be smooth😁 Also don't forget to get your VPS from Hostinger with my discount: hostinger.com/webdecoded

  • @MohamadOmar-oi3ur
    @MohamadOmar-oi3ur Před 4 měsíci +1

    This is exactly what I was looking for , well done!

  • @maxschneidercodes3
    @maxschneidercodes3 Před 2 měsíci

    Thank you very much!

  • @WijZijnBoekhoudBriljant
    @WijZijnBoekhoudBriljant Před 3 měsíci

    i havent watched your video's yet. just dropped by to support your work by using your code.

    • @webdecoded
      @webdecoded  Před 3 měsíci +1

      Thank you! Appreciate the support!

  • @developerjk
    @developerjk Před 7 měsíci +3

    Hey I also used Next Js app router in Hostinger Cloudpanel but dynamic routes did not worked there 😫

    • @magimaartdeveloper7465
      @magimaartdeveloper7465 Před měsícem

      dynamic routing is the core feature of next js and i have also seen other people using cyberpannel saying the same:
      Honestly nextjs must address this before too late.
      And did you manage to fix the routing issues on cloudpanel.. ?

  • @techkram
    @techkram Před 7 měsíci

    Please do me a favour and do not run Node or Nginx as root in a production environment. Update your modules and run your app in an nodeenv environment. Less is more in terms of modules brought in with npm. Know what your are importing. Make the web a bit more secure. ;-)