@@AtharvaDeosthale im also looking for deploying nextjs application and i thought of self hosting but dont we loose on caching and other optimization which vercel do?
Thanks for the video and explanation. i was really confused why nextjs couldnt be hosted on other hosting sites and this video cleared most of my doubts
great video, any idea on how to use github here for deployment, the docs are too hard to go through? or maintain multiple environment through wrangler?
Thank you for the video. I'm worried when we put these videos online and not talk about what could be missing. Open next does not support middleware yet so authentication won't work. Some individuals will watch this and run with it
What do you mean by it's not free because cloudflare workers only supports workers that are only 1MB? I assume a worker handles each route. So at least one of your routes is larger than 1MB essentially? It sounded like you were saying all routes are handled by 1 worker or smth
Interesting, thanks! I made a video on dockerizing a next js app and I generally appreciate the fact that NextJS allows this to be done
Yeah, usually self hosting using Docker we run Next.js in a Node runtime instead of an Edge runtime. So self hosting doesn't give any problems
@@AtharvaDeosthale im also looking for deploying nextjs application and i thought of self hosting but dont we loose on caching and other optimization which vercel do?
Thanks for the video and explanation. i was really confused why nextjs couldnt be hosted on other hosting sites and this video cleared most of my doubts
great video, any idea on how to use github here for deployment, the docs are too hard to go through? or maintain multiple environment through wrangler?
Let's go 🔥🔥🔥
Thank you for the video. I'm worried when we put these videos online and not talk about what could be missing. Open next does not support middleware yet so authentication won't work. Some individuals will watch this and run with it
Can you create a video wherein you develop a project that uses drizzle + all the components of the cloudflare stack?
What do you mean by it's not free because cloudflare workers only supports workers that are only 1MB? I assume a worker handles each route. So at least one of your routes is larger than 1MB essentially? It sounded like you were saying all routes are handled by 1 worker or smth
all the nextjs feature works on this OpenNext and cloudflareworkers ?
Will server actions work?
video on AI things using Nextjs , openAI, AI sdk
This video is really misleading plus hes using bun
Does cloudflare supports all NextJs features such as SSR