Deploying Next.js to Vercel

  Рет қаралды 35,089

Vercel

Vercel

Күн бұрын

Пікірлер: 36
@aryan.prince
@aryan.prince 11 ай бұрын
i thought you said "Hey Emily" at the beginning 💀
@smplchmp
@smplchmp 11 ай бұрын
😂 same
@gisioraelvis
@gisioraelvis 11 ай бұрын
Same! 😅
@ddtalents2063
@ddtalents2063 5 ай бұрын
what else did he say lol. I only hear emily
@aryan.prince
@aryan.prince 5 ай бұрын
@@ddtalents2063 “Hey I’m Lee”, but I’d like to believe he actually said “Hey Emily”
@AlalUddin24
@AlalUddin24 11 ай бұрын
Nice. It 's for testing and sharing with friends. But for real cases we need to deploy in dedicated hosting panel or server. so can you please make a video for deploying on dedicated server and also data fetching which data should server side and seo meta tags manage for all pages. Thank you
@M7ilan
@M7ilan 11 ай бұрын
Wasn't aware about preview deployment it's Good!
@DavidOkwii
@DavidOkwii 11 ай бұрын
But how do you deploy a next js App which has an express js API backend and mysql database?
@KeepItFresh02
@KeepItFresh02 6 ай бұрын
I was doing this with wpengine atlas. It didnt work for me so I just upgraded my Next11 app I started in 2021 to Next14 using api route handlers instead. Then next15 came out about a month after I started working through the upgrade Lol.
@Smartercow
@Smartercow 11 ай бұрын
I love Vercel but you guys need to do something about the pricing! It's insane
@chadgtr34
@chadgtr34 9 ай бұрын
i used one of the template, Tailwind Nextjs Starter Blog v2.0, when i am making the page changes, and then deploy to vercel , i get typescript-eslint/no-explicit-any error all the time, and the build failed. how can i fix it ?
@H_R_D
@H_R_D 10 ай бұрын
My 14.1 Next app is getting this error during the deployment ""Error: No Next.js version could be detected in your project. Make sure "next" is installed in "dependencies" or "devDependencies""
@טלעמית-מ9כ
@טלעמית-מ9כ 5 ай бұрын
With Vite Vue app i cen get different .env variables from .env file. But since the mode in preview and production in production it wiil use the same file. how can i change this?
@darkcss1054
@darkcss1054 9 ай бұрын
I really would like to see more Next.js begginer tutorials for the latest version of Next.
@HariomRathore-vw7mx
@HariomRathore-vw7mx 9 ай бұрын
"Your Team encountered an unknown problem. Please reach out to our support team for details. Learn More ", when click on deploy
@CoolAiAvatars
@CoolAiAvatars 5 ай бұрын
I have the same issue
@mahadevovnl
@mahadevovnl 11 ай бұрын
I just tried. I'm constantly getting errors and it's so mysterious what your CLI tools do exactly. I run my own Postgres database on localhost, I'm getting all kinds of env variables from your CLI tool that I don't know what they're doing, I do exactly what your docs say, and I get: "vercel: error: connection is insecure (try using `sslmode=require`)"... dude I copied your exact instructions. What is sslmode and why is it required, I need to constantly Google new errors. I also use Knex. How do I run its migration and seed files exactly? Why is Knex (an industry standard query builder) not part of your documentation?
@leerob
@leerob 11 ай бұрын
That error message is saying that you should included ?sslmode=require on the end of the DATABASE_URL for your Postgres database, so it can use SSL.
@mahadevovnl
@mahadevovnl 11 ай бұрын
@@leerob Thanks, I did figure it out now. But I can't connect to my database in the verbose manner that I would prefer; I'd have to use the concatenated variant. Meaning: I don't want to connect by just providing the `connectionString` in one go, I want to provide host, user, password, and database individually. That way it would also be easier for you guys, in the future, to spawn a new database for each version branch deployment (POSTGRES_DATABASE + BRANCH_NAME or something). You might want to look at this: Your "storage -> database -> quickstart -> .env.local" tab does NOT include the `sslmode` addition. But it is required. As suggested above, I think it would be great if I could spawn a new database for each of my version branches (and auto-detroy it, too). And it would be great if we could run Knex migration and seed files (or whatever tool you'd use) dependent on the environment. The knex config file already has separate configs for production, staging, and development. So that could be re-used. In any case, the storage page doesn't allow me to set up any migration steps before the build process. I could kinda/sorta hack it in there or manually do it, but I'd love to see it automated.
@kasper369
@kasper369 11 ай бұрын
Plz some content on Turborepo and and Turbopack
@leerob
@leerob 11 ай бұрын
What would you like to see?
@lucaapa
@lucaapa 11 ай бұрын
nice, pls upload how to handle auth in next 14 ! tyy
@leerob
@leerob 11 ай бұрын
Can do!
@i-am-the-slime
@i-am-the-slime 11 ай бұрын
Would be so cool if it didn't break with: ▲ Next.js 14.1.0 - Experiments (use at your own risk): · turbo Creating an optimized production build ... [3453:0x685cc70] 144999 ms: Scavenge (reduce) 1882.8 (2044.8) -> 1882.7 (2046.0) MB, 3.8 / 0.0 ms (average mu = 0.967, current mu = 0.970) allocation failure; [3453:0x685cc70] 146505 ms: Mark-sweep (reduce) 2103.0 (2265.5) -> 2099.8 (2229.7) MB, 552.0 / 0.0 ms (+ 680.1 ms in 370 steps since start of marking, biggest step 27.2 ms, walltime since start of marking 2397 ms) (average mu = 0.875, current mu = 0.76 FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
@duruakuebuka9148
@duruakuebuka9148 11 ай бұрын
Damn. Was hoping for the custom domain
@leerob
@leerob 11 ай бұрын
Are you looking for a video on using custom domains?
@duruakuebuka9148
@duruakuebuka9148 11 ай бұрын
@@leerob Yes, very much. Custom domains with vercel.
@Vinod_DeshBhakat
@Vinod_DeshBhakat 12 күн бұрын
Thanks a lot 🙏🙏🙏🙏😊😊😊
@googoochu3923
@googoochu3923 11 ай бұрын
How to run up graphql and run queries from server components vid pls?
@causecaos
@causecaos 11 ай бұрын
Same, thought you called me Emily lol
@2gbeh
@2gbeh 11 ай бұрын
Who's Emily 👀
@AshuPal
@AshuPal 10 ай бұрын
Your Signup sucks and very frustating, did not receive any communication in my inbox what steps to take next. There is no clear guidance here, the page you redirect people to (why-can-i-not-signup) is missing (contact us at the address provided)?? contact email information but clearly stats you guys are very afraid of people abusing you platform(why not implement usasge limitation on new accounts?). You even hold people emails in your database if they are not interested in doing Signup anymore, how to remove my email id from your system??
@A03L
@A03L 11 ай бұрын
First to comment😅
@relaxchannelforyour
@relaxchannelforyour 7 ай бұрын
Вообще не помогло
How to Deploy React App to GitHub Pages | Step by step.
5:44
Code With Ajesh
Рет қаралды 264 М.
How to deploy your website to production in 30 minutes
3:03:08
Harkirat Singh
Рет қаралды 110 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Deploying Next.js To AWS Just Got MUCH BETTER!
12:44
James Q Quick
Рет қаралды 14 М.
How To Deploy A React Vite App To Github Pages (Simple)
7:39
PedroTech
Рет қаралды 11 М.
The BEST way to host Next.js websites
17:37
ByteGrad
Рет қаралды 63 М.
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 237 М.
Vercel Product Walkthrough
21:41
Vercel
Рет қаралды 65 М.
Why Your Backend Shouldn't Serve Files
19:40
Boot dev
Рет қаралды 54 М.
Do this before you deploy to Vercel
20:28
Web Dev Cody
Рет қаралды 31 М.
Git PULL vs FETCH
7:13
The Modern Coder
Рет қаралды 33 М.
Is Next.js 15 any good? "use cache" API first look
8:16
Beyond Fireship
Рет қаралды 129 М.
Why People Aren't Deploying to Vercel Anymore
5:55
Josh tried coding
Рет қаралды 181 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН