How to Deploy Next js App on cPanel | Learn how to host Next Js app on GoDaddy

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

ความคิดเห็น • 43

  • @niels8073
    @niels8073 ปีที่แล้ว +5

    My man you are a legend. Just saved me hours of headache trying to find out how to do this!

    • @codingmstr
      @codingmstr  ปีที่แล้ว +1

      Glad I could help

  • @cardinaldreampark7341
    @cardinaldreampark7341 ปีที่แล้ว +1

    Please which hosting server supports both next js and Django together because my website comprises of both

    • @codingmstr
      @codingmstr  ปีที่แล้ว

      Use digitalocean

    • @haylamcheik
      @haylamcheik ปีที่แล้ว

      @@codingmstr Please which hosting server supports both next js and laravel together

  • @rakeshkharvi9089
    @rakeshkharvi9089 ปีที่แล้ว +1

    For me I don't see any .out folder in repository what to do

  • @JeafGilbert
    @JeafGilbert ปีที่แล้ว +3

    What's the main difference between uploading exported static HTML files and creating NodeJS Application in the shared hosting? It seems uploading static HTML files is more efficient and hassle free.

    • @codingmstr
      @codingmstr  ปีที่แล้ว +2

      When you want next js feature like optimized image, connecting with db such as mongodb and creating api then you'll need to deploy next js with server side features else you can deploy as static.

  • @owlradar8170
    @owlradar8170 4 หลายเดือนก่อน +1

    This video is the best so far

    • @codingmstr
      @codingmstr  3 หลายเดือนก่อน

      Thanks

  • @JoeMonye
    @JoeMonye 2 ปีที่แล้ว +6

    Thanks a lot. Your tutorial is straight to the point. However, can you make another tutorial that explains how I can host a dynamic Next js Application with API (need node js) on cpanel. Thanks.

    • @codingmstr
      @codingmstr  2 ปีที่แล้ว

      Thanks, I'll post video on your suggested topic soon :)

  • @ManishSharma-oe9in
    @ManishSharma-oe9in 2 ปีที่แล้ว +2

    What if I wanna use getserversideprops rather than static props?

    • @codingmstr
      @codingmstr  2 ปีที่แล้ว

      Then you'll need node js. Here I have explained how you can host static export on cpanel

    • @ManishSharma-oe9in
      @ManishSharma-oe9in 2 ปีที่แล้ว

      By the way thank you sir

  • @aatiqaghazali7850
    @aatiqaghazali7850 ปีที่แล้ว

    there is an issue when i refresh a page the page disappears saying "The requested URL was not found on this server." it does happen for all pages other than home page

    • @pavleprelic3516
      @pavleprelic3516 ปีที่แล้ว +1

      Hey, did you reslove this issue? I am having same issue

    • @RahulSen-hn9tb
      @RahulSen-hn9tb ปีที่แล้ว

      @@pavleprelic3516 add .htacess

    • @md.fakweruddinmazumder4668
      @md.fakweruddinmazumder4668 ปีที่แล้ว

      I have the same issue. Have you solved this? please help me also

    • @deepakgandhi4103
      @deepakgandhi4103 ปีที่แล้ว

      Use htaccess file to remove this error @@md.fakweruddinmazumder4668

  • @AbuAyaan-n9q
    @AbuAyaan-n9q 11 หลายเดือนก่อน

    Thanks 👍👍👍👍👍👍👍

    • @codingmstr
      @codingmstr  11 หลายเดือนก่อน

      Welcome

  • @VikashYadav-ys7mj
    @VikashYadav-ys7mj 6 หลายเดือนก่อน

    rendring only index.js......?

  • @rafaelventura9819
    @rafaelventura9819 ปีที่แล้ว +1

    Thank you very very much!!!👍

  • @tempuser9560
    @tempuser9560 ปีที่แล้ว +1

    sir please make one video tutorial for crud operation with image upload in mysql database please

    • @codingmstr
      @codingmstr  ปีที่แล้ว +1

      Please check playlist
      I have uploaded the Next js MySQL series

  • @reactjs1900
    @reactjs1900 ปีที่แล้ว

    using this , javascript is not working

  • @adinforeal
    @adinforeal 2 ปีที่แล้ว +1

    bohot behtreen bhai thanks

  • @kacperkepinski4990
    @kacperkepinski4990 11 หลายเดือนก่อน +1

    can i host it for free?

    • @codingmstr
      @codingmstr  11 หลายเดือนก่อน

      Yes use vercel

    • @kacperkepinski4990
      @kacperkepinski4990 11 หลายเดือนก่อน

      thanks, and what about something else?@@codingmstr

  • @androidtechsayed201
    @androidtechsayed201 2 ปีที่แล้ว +1

    Thanks

  • @pythusiast4701
    @pythusiast4701 2 ปีที่แล้ว +2

    helpful

  • @krishnabasak4544
    @krishnabasak4544 2 ปีที่แล้ว

    Server sider rendering ke sath cpanel me deployment ka ek video banaoye

  • @RAJESHKUMAR-gv7of
    @RAJESHKUMAR-gv7of 2 ปีที่แล้ว

    informative

  • @anasmohammadsheikh7934
    @anasmohammadsheikh7934 2 ปีที่แล้ว +3

    Dont use this method. This is just like uploading your static pages. You will have to install next and all on the cpanel itself.

    • @codingmstr
      @codingmstr  2 ปีที่แล้ว

      Yes it's only for uploading static pages

    • @aiwithhamzanaeem
      @aiwithhamzanaeem ปีที่แล้ว

      Can you make tutorial please ?

  • @chillydoog
    @chillydoog ปีที่แล้ว

    No habla espanol

  • @techgeektw
    @techgeektw 2 ปีที่แล้ว

    you can add this in next.config
    const nextConfig = {
    reactStrictMode: true,
    images: {
    unoptimized: true,
    },
    };