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.
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.
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.
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
My man you are a legend. Just saved me hours of headache trying to find out how to do this!
Glad I could help
Please which hosting server supports both next js and Django together because my website comprises of both
Use digitalocean
@@codingmstr Please which hosting server supports both next js and laravel together
For me I don't see any .out folder in repository what to do
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.
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.
This video is the best so far
Thanks
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.
Thanks, I'll post video on your suggested topic soon :)
What if I wanna use getserversideprops rather than static props?
Then you'll need node js. Here I have explained how you can host static export on cpanel
By the way thank you sir
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
Hey, did you reslove this issue? I am having same issue
@@pavleprelic3516 add .htacess
I have the same issue. Have you solved this? please help me also
Use htaccess file to remove this error @@md.fakweruddinmazumder4668
Thanks 👍👍👍👍👍👍👍
Welcome
rendring only index.js......?
Thank you very very much!!!👍
sir please make one video tutorial for crud operation with image upload in mysql database please
Please check playlist
I have uploaded the Next js MySQL series
using this , javascript is not working
bohot behtreen bhai thanks
can i host it for free?
Yes use vercel
thanks, and what about something else?@@codingmstr
Thanks
Welcome
helpful
Server sider rendering ke sath cpanel me deployment ka ek video banaoye
informative
Dont use this method. This is just like uploading your static pages. You will have to install next and all on the cpanel itself.
Yes it's only for uploading static pages
Can you make tutorial please ?
No habla espanol
you can add this in next.config
const nextConfig = {
reactStrictMode: true,
images: {
unoptimized: true,
},
};
Thanks