BEST ways to deploy a NextJS app

preview_player
Показать описание
We deployed our NextJS app in a ton a different ways so you don't have too!
In this video we go over the different ways to deploy your app and weigh the cost, how much control you have, and how easy it is to use so that you can choice the BEST option.

#NextJS #tutorial #firebase
Рекомендации по теме
Комментарии
Автор

How are you currently deploying your NextJS app?

GetRifik
Автор

Awesome video! Simple, direct and just what I needed! 👏

DiegoCarreiraFr
Автор

You have to rethink your recommendation of Firebase Hosting :) I've just build a simple app with Next.js and I have a hard time with Firebase deployment. The same code works flawlessly on Vercel but not working on Firebase at all. On firebase I don't have access to server logs (or I don't know how to find it) so I don't know what is happening. I will be great if you make a video about debugging deployment on firebase hosting and how to find a problem. Cheers

ukaszStrzelecki
Автор

1:20 thanks this is what I've been looking for, for the past week!

FangerZero
Автор

Thank you for the video! Keep them coming 🙌🏻

Currently deploying on firebase here, and your vídeo kinda gave me peace of mind. I didn’t explore too much the other options tbh, I just evaluated auth options and firebase seemed the more appropriate for my use case, plus using firestore for my db is quite straightforward :)

I’ve been using next.js with page routing and looking to transition to app router later this year probably 🤞🏻

GatoNordico
Автор

Incredibly helpful vid, was looking for something like that, thanks

rzen
Автор

When we can expect video of Nextjs and Docker?

AndriusLau
Автор

Thanks for breaking it down! Looks like vercel's free hobby plan can't be used commercially though

mauriciovalencia
Автор

Thank you for the video, I appreciated it a lot. Could you please do one where you deploy Next.js to Firebase hosting?

theSavanahDev
Автор

1:20 How was something so simple so difficult to find?

edsonhh
Автор

What if you use Nextjs for front end and Laravel for backend. What do you think the best way to deploy?

ardeanadventure
Автор

i have been using firebase as a backend for my website but it doesnt responds to the apis i create using nextjs. although i believe there are other options to create apis in firebase. can any tell me anything about it?

VishalSingh-fkkz
Автор

Specified "rewrites" cannot be used with "output: export" I got this error..how to solve this

SakthiCs
Автор

Ive been having some big problems with firebase... For some reason whenever i make an app that does anything with the pages/api or app/api folder the cloud function it generates for you always times out. do you know of a way to fix this? :)

MaxWis
Автор

Where's the other possibility, when you scoop out dynamic code and host it as lambdas?

Namynnuz
Автор

Can I deploy next app when I have firebase blaze plan?

jogiwalamohit
Автор

what do you use to monitor next app performance and logs

yunyang
Автор

I got blocked by verce idk whyl and can't register aws my only option is firebase i guess 😢

adityamarzuk
Автор

Hey, could you explain about next js custom server to deploy on servers like iis.

adityamanjrekar