Тёмный

How To Deploy a NextJS App To Vercel (EASY AND QUICK!!!) 

PedroTech
Подписаться 212 тыс.
Просмотров 105 тыс.
50% 1

In this video I will be showing how to deploy a NextJS App to Vercel.
Link: vercel.com/das...
Join our Discord: / discord
🚀 Learn ReactJS By Building 6 Projects: codedamn.com/l...
🐙 GraphQL Course: codedamn.com/l...
Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Website: machadopedro.com
Linkedin: / machadop1407
Instagram: / pedro.fmachado_
Github: github.com/mac...
Business Email: pedro@pedrotech.co
🌟 Gear / Hardware I Use and Recommend 🌟
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
💻 amzn.to/42kqFuM 💻 Monitor
🖱️amzn.to/3C0ZhHb 🖱️ Mouse
📷 amzn.to/3OHJvbM 📷 My Camera
🎤 amzn.to/3oxSthj 🎤 My Microphone
⌨️ amzn.to/3oFPpj1 ⌨️ My Microphone
⚡ amzn.to/3MYMnzM ⚡ LED Lights In the Background
Tags:
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial
#nextjs #vercel

Опубликовано:

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 111   
@MEGANLEWIS-q2c
@MEGANLEWIS-q2c Месяц назад
I love the fact that you included the use case of a bug in code/error to show how to deal with that.
@real23lions
@real23lions Год назад
Omg. I was gonna deploy my nextjs in a day or two. What a coincidence
@KAMIL-jc8nn
@KAMIL-jc8nn 6 месяцев назад
You helped me soooo much already, thank you. Btw you didnt need to show the error example but you did it anyway. I just love you man🤣
@Shazzy-dev
@Shazzy-dev 17 дней назад
I have a question : When we fetch data in local machine we use localhost:3000/api, but how can we deploy it on the vercel. It will cause a lot of error, how can we fix that. error: Server is not responding
@chukwuebukastanley9459
@chukwuebukastanley9459 День назад
DId you find a solution to this ? I am having the same problem too, my pages are not being generated during build time on vercel
@user-sj1bo4ec8g
@user-sj1bo4ec8g Год назад
thank you for showing the error , i just got an error while building and you saved me a lot!
@lukas.webdev
@lukas.webdev Год назад
Very helpful and straight to the point. Love it! 😉🔥
@MuhammadAli-tw9ht
@MuhammadAli-tw9ht Год назад
Very helpful ! Appreciate your work always. 🙂 I think it would be great video if you share how you learn new stuff and whats your overall process of learning new technologies etc. Thanks
@k303k
@k303k Год назад
Thank you so much for the video Pedro!! Will you make a series on Nodejs when you have free times? Sorrry again if i requested so many times 😅 but your way of teaching is very great and i haven't learn learn Nodejs.That's why.Thankk you for all of your efforts for teaching us a lot Pedro!
@spillttea3195
@spillttea3195 Месяц назад
Thank you very much, this was a very quick and concise video, very helpful and straight to the point. Thank you!
@MuhammadAmir-nv4yk
@MuhammadAmir-nv4yk Год назад
Amazing learning path for me...keep it up bro
@sololevelingxx7090
@sololevelingxx7090 3 дня назад
Can anyone help. How to view return data on teh website. I have created sort of servey and I am not seeing the return data anywhere?
@RaviKumar-ko8pf
@RaviKumar-ko8pf Месяц назад
i'm facing problem in interface of my nextjs website , when it is running in localhost it's coming properly but when i'm hosting it is coming differently it seems like css is not imported. pls help
@oluwabukolahezekiah4198
@oluwabukolahezekiah4198 Год назад
I’m getting Error 500: internal server error message when I deploy to vercel. I have like 8 environment variables like sanity, google auth, stripe, etc please help
@DEBUGENTITY
@DEBUGENTITY 5 месяцев назад
can we deploy the next project without github means i want to manually deploy it on vercel.
@benoit4148
@benoit4148 3 месяца назад
I have the problem ,the data are being fetched on vercel, even if I call the next js api endpoint on postman. i can send the data but i can not fetch unless i rebuild the app
@dreamgoodgaming
@dreamgoodgaming 2 месяца назад
What makes ls Vercel “not free”? Might need that next video to understand the custom URL 🎉
@McElitsome
@McElitsome Год назад
I like this. I dont't know why I always come back to watching your videos though. Something about your presentation is just 👌. Your videos are informative too on the current state of JS techologies too and tips and tricks that make the DX better. Love your latest ' NEXTJS for beginners ' vieo by the way. Its amazing. Stay strong broh
@0Ipsita0
@0Ipsita0 2 месяца назад
Hi @Pedro how can we change the branch for deployment? Suppose I want to deploy my development branch instead main branch.
@praiseabu591
@praiseabu591 9 месяцев назад
Thank you so much for this. It was extremely helpful. I pray you come to the knowledge of truth and Christ. God bless you!
@Fantino502
@Fantino502 6 месяцев назад
Off topic comment - Your hair is cool right now. It remind me Gustavo Kuerten's hair style, a 2000's Brazilian tennis player.
@yannry
@yannry 22 дня назад
Bro what about the website is already deployed and you want to make changes? Should I just do the following command: ◽git commit -m "fixed stuff" ◽git push and the deployed website will be updated too?
@yannry
@yannry 22 дня назад
@everyone
@yannry
@yannry 15 дней назад
I found a solution: Let's say you have already successfully deployed the application to Vercel through GitHub. After all the changes that you are satisfied in, open the terminal and prompt the below prompts: ◽git add . ◽git commit -m "updated" ◽git push origin main This works for me and I hope it works for you too. Do you have any better or proper approach for this? Please, let me know.
@ayeshaejaz1627
@ayeshaejaz1627 Месяц назад
this was a really easy video to follow along. thank you !
@SomaSrivastava-wv3xi
@SomaSrivastava-wv3xi 4 месяца назад
what if i already have a deployment and want to update the website? will i have to deply again and get a new link or is there some other process
@sandiplayek
@sandiplayek 6 месяцев назад
I have two brunches developement for staging and production for production. How do I choose them please reply
@leeuwa1
@leeuwa1 Год назад
Thanks for this video, great. You are one of my favorite coding RU-vidr. Is it possible to make a video about security? If you made an app, and there are some security issues with some package (for instance) that are used in that app, what to do to solve it? How to know if there are any security issues with packages for instance? Are there websites who publish such security issues?
@SujitLopchan
@SujitLopchan 8 дней назад
i got this error: "No Next.js version could be detected in your project. Make sure `"next"` is installed in "dependencies" or "devDependencies" "
@alifhasanshahOfficial
@alifhasanshahOfficial 11 месяцев назад
What if i don't want to deploy from github? How to deploy react app using vercel cli? .
@thalespica
@thalespica Год назад
Excelente vídeo Pedro parabéns 🎉
@bribri-dy1te
@bribri-dy1te 3 месяца назад
does it have a backend and database connected to it? or its just a frontend stuff? ty
@roloep85
@roloep85 10 месяцев назад
Thanks dude! Feels like you saved my life, even if it was so easy. Not knowing is the worst thing!
@abhijaysaraswat2833
@abhijaysaraswat2833 6 месяцев назад
Where is it deploying do we have to manually specify a server etc and do we have to write the script for deployment or it creates the script on its own according to the application?
@user-uz7es1vq4n
@user-uz7es1vq4n 10 месяцев назад
Good Evening Pedro Tech,try to give an idea about ,how can we change branch in production with clear example
@luizinhogm
@luizinhogm Год назад
Thanks for sharing this. Hey Pedro, can you share the name of that extension of auto-suggest yarn/npm at your terminal shell?
@ekanotes
@ekanotes 6 месяцев назад
Getting an error while doing "Command "npm run build" exited with 1"......please if someone can help.
@centralbiz5974
@centralbiz5974 Год назад
Hi Pedro.. very helpful as always. Which site would you pick for hosting a node js API for free ? thanks in advance
@sanketrajput_co
@sanketrajput_co 5 месяцев назад
Nice step by step explained
@PedroTechnologies
@PedroTechnologies 5 месяцев назад
Thank you so much 🙂
@wesleymoraes1478
@wesleymoraes1478 8 месяцев назад
The "any" solution was perfect for me!!! Thank you very much!!!
@jeevanalexen
@jeevanalexen Год назад
Hey, how will connect it with our django backend. What will be the process for that?
@AlineGrianti
@AlineGrianti 10 месяцев назад
Ola Pedro and thank you for your videos! when I try to deploy it goes out of memory because of too many static pages to generate.. you have some suggestion to fix this issue?
@shivaramr7042
@shivaramr7042 6 месяцев назад
my module.css file is not reading hence styles are not applied
@onayemi18
@onayemi18 Год назад
Hello Pedro I've been following you for long time, thank you for your knowledge impact on us. I have a request on how to deploy Nextjs on Cpanel shared hosting for both frontend and backend + prisma . Please.
@c0dingwithchris
@c0dingwithchris 7 месяцев назад
I have a quick question. What if I don't want my site to be publicly accessible? I.E I want to keep it a private repo on github? Is there a way to do this or no?
@Pressurehandler228
@Pressurehandler228 8 месяцев назад
when i done deploy it, why does it show the get started page, not the one that i made before?
@sebastiannietor9724
@sebastiannietor9724 Год назад
Is there a way to know if there are mistakes in our typescript code without having open the file?And without executing the build. Because i use Flutter and there even if you close the file, vscode always is warning you if you have errors, but i would like to have the same in typescript
@manankoyawala5337
@manankoyawala5337 9 месяцев назад
when i access that url from the postman it gives me authentication required even though i used authorization key also still can't access , plz give me the solution
@abdelkaderlounis6537
@abdelkaderlounis6537 Год назад
Instead of using external api url jsonplacelholder like you did, How to configure internal api call url before deploying
@viniclunc8553
@viniclunc8553 Год назад
Easy and quick, as my job journeys 😢😔
@dog4ik
@dog4ik Год назад
That is insane how vercel f@cked whole community with RSC and everyone is okey with it. Not only RSC slower and will lead to higher bill but also they made self hosting really hard
@KITOAfrica
@KITOAfrica Год назад
please how do i deploy my wordpress website to vercel app and post links on facebook ?
@tomasburian6550
@tomasburian6550 7 месяцев назад
Skipping the env variables was a mistake. If we don't know how to put them in properly, some features won't work, like auth etc.
@jatinderchoudhary6061
@jatinderchoudhary6061 Год назад
Yes make a proper video how we can host a nextjs website live on internet with a proper domain.
@PedroTechnologies
@PedroTechnologies Год назад
I can include that in a course or something. But to add a domain you just have to buy and set it on vercel
@jatinderchoudhary6061
@jatinderchoudhary6061 Год назад
@@PedroTechnologies yes please
@scotly_emi
@scotly_emi Год назад
The video was helpful what about connect next js to MySQL database how will I go around that or please can you make a tutorial on that please thanks
@sumitsahu8657
@sumitsahu8657 8 месяцев назад
Is there any way to deploy a selected/not default branch?
@differentfromyou3056
@differentfromyou3056 Месяц назад
Thanks! I love you pedro
@Maifumei
@Maifumei Год назад
Hello sir, my nextjs has been deployed to Vercel, but I cannot open images in Romania, and my location in China or Singapore can open them. Is there any way to set the region?
@afaqahmad8918
@afaqahmad8918 Год назад
Welcome back ❤
@omarfaruktotul1243
@omarfaruktotul1243 2 месяца назад
Very Quick Help🤩
@fredoliveira5069
@fredoliveira5069 Год назад
Very helpful Pedro, thanks a lot!
@DEBUGENTITY
@DEBUGENTITY Год назад
it giving me error in reactservercomponents and its not deploying
@captain_finn
@captain_finn 2 месяца назад
This was awesome! Thank you!!
@mr_phamtastic
@mr_phamtastic 11 месяцев назад
Awesome tutorial! Nice and easy
@shenawy343
@shenawy343 10 месяцев назад
the project has been deployed but the images didn't appear and i don't know why
@AbdelkaderSoudani
@AbdelkaderSoudani 5 месяцев назад
Thank you so much brother!
@tanphatnguyen9047
@tanphatnguyen9047 6 месяцев назад
i cant sign up new account on Vercel
@whysumancode
@whysumancode 9 месяцев назад
Wow i enjoyed thanks myaan🚀🚀
@syedahafsadeveloper
@syedahafsadeveloper 6 месяцев назад
amaaaaaaaaaaaaaaaaaaaazing video i have no words
@selimmondal5942
@selimmondal5942 Месяц назад
helpful vedio thanks.....bro
@codemelon2698
@codemelon2698 Год назад
I have a problem my app contains a lot of images it's still static but I can't use a cdn it's too late so how can I push 2.16 gb to github
@kunalss9314
@kunalss9314 Год назад
delete it
@albertbravo7364
@albertbravo7364 5 месяцев назад
Awesome video. Thank you
@aydinjoshi
@aydinjoshi 7 месяцев назад
Great vid brother
@codingtaptanh8674
@codingtaptanh8674 3 месяца назад
really helpful
@Fantino502
@Fantino502 6 месяцев назад
Thank you for the video, by the way.
@genztechman
@genztechman 3 месяца назад
Thank You
@eobodai
@eobodai 5 месяцев назад
Thanks
@Don_Verissimo
@Don_Verissimo Год назад
i get this error ;( Warning: Could not identify Next.js version, ensure it is defined as a project dependency. Error: No Next.js version could be detected in your project. Make sure `"next"` is installed in "dependencies" or "devDependencies"
@norbufoldey3670
@norbufoldey3670 11 месяцев назад
How old are you and how Did you learn all these stuff
@ashutosh__018
@ashutosh__018 8 месяцев назад
great video!
@thenicholashernandez
@thenicholashernandez 11 месяцев назад
what about baseurl you did not show it how
@user-jg7hs5yo9e
@user-jg7hs5yo9e Год назад
thank you for sharing
@MT4d616e
@MT4d616e Год назад
simple and easy
@beardo_fit3160
@beardo_fit3160 Месяц назад
thank youuuuuuuuuuuuuu
@abhishekparmar162
@abhishekparmar162 Год назад
Hindi subtitle❤
@iqrashahzadi1721
@iqrashahzadi1721 4 месяца назад
helpful
@franklinmayoyo
@franklinmayoyo 7 месяцев назад
I thought you'll use the cli
@gadhager
@gadhager 10 месяцев назад
da mas problemas que netlify...
@anthonygesora2517
@anthonygesora2517 Год назад
Woow🎉🎉
@ruizxzx
@ruizxzx Год назад
u look better without facial hairs!
@freedom6984
@freedom6984 Год назад
Who cares
@andregn4483
@andregn4483 5 месяцев назад
Your name suggests you are Brazilian. But your fluency suggests otherwise.
@PedroTechnologies
@PedroTechnologies 5 месяцев назад
Lol I am Brazilian :) I had the privilege of studying in a international school in Salvador, Bahia until I was 18.
@edubox9816
@edubox9816 3 месяца назад
​@@PedroTechnologies Que daora mano!!!!!! Eu notei que seu nome era Brasileiro também, e o mais curioso é que vc tbm mora aqui em Vancouver!!! Que bacana encontrar vizinhos de nascença aqui na mesma cidade que eu!! Abraços Pedro, espero um dia te encontrar em algum evento de programação aqui em vancouver.
@joshiosimoe7459
@joshiosimoe7459 4 месяца назад
WE LUV BOBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
@chesterxp508
@chesterxp508 Год назад
GoodJob!
@hamzaking127
@hamzaking127 Год назад
in firebase
@100xDevPiyush
@100xDevPiyush 9 дней назад
Too many ads, i this video
@traconisek
@traconisek 10 месяцев назад
Not helpful. Vercel is throwing random rrError: No Next.js version could be detected in your project. Make sure `"next"` is installed in "dependencies" or "devDependencies"
@PedroTechnologies
@PedroTechnologies 10 месяцев назад
Are you sure you are trying to deploy a nextjs project?
@Riflijones01
@Riflijones01 2 месяца назад
Would have been even more helpful without yout head out of the way
@mireyamarte7974
@mireyamarte7974 3 месяца назад
@SakibSarker-op9sq
@SakibSarker-op9sq 2 месяца назад
Imparsive 🤍🤍
@kiranoffice4445
@kiranoffice4445 4 месяца назад
ThankYou
Далее
The BEST way to host Next.js websites
17:37
Просмотров 38 тыс.
🎙А не СПЕТЬ ли мне ПЕСНЮ?🍂
3:04:50
10 common mistakes with the Next.js App Router
20:37
Просмотров 210 тыс.
The Big Headless CMS Lie (James Mikrut)
18:14
Просмотров 57 тыс.
Why People Aren't Deploying to Vercel Anymore
5:55
Просмотров 163 тыс.
How To Debug React Apps Like A Senior Developer
21:07
Просмотров 131 тыс.
Deploying Next.js To AWS Just Got MUCH BETTER!
12:44
Next.js App Router Caching: Explained!
25:22
Просмотров 93 тыс.