Pretty new to this kind of thing. How do we separate the front end logic form the back end with this method? Client vs server side. I don't want the user to see the code being used, for instance, because it is novel and don't want it stolen from a private repo deployed to vercel. Or if I wanted users to save answers to a questionnaire with their entered nick name and code generated to allow another page to access their answers and compare to the answers of another user who provides their name and code?
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
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?
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.
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!
Thanks for this video, great. You are one of my favorite coding UA-camr. 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?
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
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
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
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
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.
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?
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?
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
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?
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
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
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
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?
Application error: a client-side exception has occurred (see the browser console for more information). while deploying next js app on vercel I'm getting this error while deploying the next js app how to remove this error anyone
@@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.
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"
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"
I love the fact that you included the use case of a bug in code/error to show how to deal with that.
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🤣
Omg. I was gonna deploy my nextjs in a day or two. What a coincidence
thank you for showing the error , i just got an error while building and you saved me a lot!
Amazing learning path for me...keep it up bro
Pretty new to this kind of thing.
How do we separate the front end logic form the back end with this method? Client vs server side. I don't want the user to see the code being used, for instance, because it is novel and don't want it stolen from a private repo deployed to vercel. Or if I wanted users to save answers to a questionnaire with their entered nick name and code generated to allow another page to access their answers and compare to the answers of another user who provides their name and code?
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
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?
@everyone
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.
Excelente vídeo Pedro parabéns 🎉
Very helpful and straight to the point. Love it! 😉🔥
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!
Nice step by step explained
Thank you so much 🙂
The "any" solution was perfect for me!!! Thank you very much!!!
this was a really easy video to follow along. thank you !
Good Evening Pedro Tech,try to give an idea about ,how can we change branch in production with clear example
Thank you very much, this was a very quick and concise video, very helpful and straight to the point. Thank you!
What makes ls Vercel “not free”? Might need that next video to understand the custom URL 🎉
Thanks for sharing this. Hey Pedro, can you share the name of that extension of auto-suggest yarn/npm at your terminal shell?
Thanks for this video, great. You are one of my favorite coding UA-camr. 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?
Easy and quick, as my job journeys 😢😔
Thanks dude! Feels like you saved my life, even if it was so easy. Not knowing is the worst thing!
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
Off topic comment - Your hair is cool right now. It remind me Gustavo Kuerten's hair style, a 2000's Brazilian tennis player.
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
thanks man really helped me❤❤
Thank you so much for this. It was extremely helpful.
I pray you come to the knowledge of truth and Christ. God bless you!
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
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
Welcome back ❤
This was awesome! Thank you!!
Hi Pedro.. very helpful as always.
Which site would you pick for hosting a node js API for free ?
thanks in advance
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
Yes make a proper video how we can host a nextjs website live on internet with a proper domain.
I can include that in a course or something. But to add a domain you just have to buy and set it on vercel
@@PedroTechnologies yes please
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.
Awesome tutorial! Nice and easy
Thank you so much brother!
Very helpful Pedro, thanks a lot!
Great vid brother
Wow i enjoyed thanks myaan🚀🚀
Thanks! I love you pedro
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?
I have two brunches developement for staging and production for production. How do I choose them please reply
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?
Hi @Pedro how can we change the branch for deployment? Suppose I want to deploy my development branch instead main branch.
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
amaaaaaaaaaaaaaaaaaaaazing video i have no words
Hey, how will connect it with our django backend. What will be the process for that?
What if i don't want to deploy from github? How to deploy react app using vercel cli? .
does it have a backend and database connected to it? or its just a frontend stuff? ty
Awesome video. Thank you
can we deploy the next project without github means i want to manually deploy it on vercel.
helpful vedio thanks.....bro
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
Is there any way to deploy Next.js app using webSockets into Vercel? Since vercel doesn't support webSockets, I am unable to run my app in vercel.
Very Quick Help🤩
Instead of using external api url jsonplacelholder like you did, How to configure internal api call url before deploying
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?
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.
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
Getting an error while doing "Command "npm run build" exited with 1"......please if someone can help.
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
Is there any way to deploy a selected/not default branch?
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
GOD DAMN. THANKS FOR MAKING THIS FUCKING MASTERPIECE VIDEO, I IMEDIATELY SUBSCRIBE YOUR UA-cam CHANNEL AND LIKE THIS VIDEO!!!
:)))) THankss
Thank you for the video, by the way.
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?
when i done deploy it, why does it show the get started page, not the one that i made before?
How old are you and how Did you learn all these stuff
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
please how do i deploy my wordpress website to vercel app and post links on facebook ?
it giving me error in reactservercomponents and its not deploying
i got this error: "No Next.js version could be detected in your project. Make sure `"next"` is installed in "dependencies" or "devDependencies" "
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?
really helpful
great video!
my module.css file is not reading hence styles are not applied
the project has been deployed but the images didn't appear and i don't know why
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
delete it
Application error: a client-side exception has occurred (see the browser console for more information). while deploying next js app on vercel I'm getting this error while deploying the next js app how to remove this error anyone
Thanks
thank you for sharing
what about baseurl you did not show it how
i cant sign up new account on Vercel
Your name suggests you are Brazilian. But your fluency suggests otherwise.
Lol I am Brazilian :) I had the privilege of studying in a international school in Salvador, Bahia until I was 18.
@@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.
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"
simple and easy
u look better without facial hairs!
Who cares
ThankYou
I thought you'll use the cli
Hindi subtitle❤
WE LUV BOBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
da mas problemas que netlify...
helpful
thank youuuuuuuuuuuuuu
🔥🔥
GoodJob!
Woow🎉🎉
in firebase
Too many ads, i this video
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"
Are you sure you are trying to deploy a nextjs project?
Would have been even more helpful without yout head out of the way