Felix Haus

689 posts

Felix Haus banner
Felix Haus

Felix Haus

@ofhouse

Just as bad as you • Software Eng ▲ @vercel

SH, Germany Katılım Ekim 2010
370 Takip Edilen127 Takipçiler
Ben Gold
Ben Gold@bengold·
I hate this.
Ben Gold tweet media
English
2
0
11
1.8K
Sunil
Sunil@SunilSandhu·
Hey @vercel @vercel_status, we are experiencing an error while trying to deploy our site: 16:43:00.300 Detected Next.js version: 14.0.3 16:43:00.620 Running "yarn run build" 16:43:01.317 Unbound variable "PWD" 16:43:01.342 Error: Command "yarn run build" exited with 1
English
3
0
0
440
Felix Haus
Felix Haus@ofhouse·
@ramos_pincel @vercel_support The setting inside the package.json takes precedence over what is set in the project settings to allow customers to gradually upgrade monorepos one package at at time. So >=14 resolves to the latest available runtime (20.x): #version-overrides-in-package.json" target="_blank" rel="nofollow noopener">vercel.com/docs/functions…
English
0
0
2
20
Martim Ramos
Martim Ramos@ramos_pincel·
@vercel_support Hi, thx for the tip. I made it work for v20 also, but the setting was: "engines": { "node": ">=14" } So it only states that the engine should be greater or equal to v14. I would assume that the setting in vercel should indicate the maximum version of node, no?
English
1
0
3
38
Martim Ramos
Martim Ramos@ramos_pincel·
Hey @vercel ! Why are you updating Node runtime versions on projects and not respect what is in the settings? Today noticed that the runtime was on 20.x, but settings are 18.x Caused a production error because of that.. #buildinpublic
Martim Ramos tweet mediaMartim Ramos tweet media
English
1
0
1
594
Felix Haus
Felix Haus@ofhouse·
@jarredsumner @DevEngku @vercel Notably the 4s build time include: - Downloading & installing Bun on the CI - Installing dependencies - without any build cache 🤯
English
0
0
14
1K
Jarred Sumner
Jarred Sumner@jarredsumner·
@DevEngku @vercel Still too slow imo. Should be like 200ms if the app is massive. If it’s not, this should take 20ms or less
English
4
2
66
3.4K
Jarred Sumner
Jarred Sumner@jarredsumner·
bun install support is the most upvoted idea of all time in the @vercel github org discussions page
Jarred Sumner tweet media
English
18
21
820
163.3K
Ben Awad
Ben Awad@benawad·
If I was starting a new project at work and the nature of the website was something like google forms and classroom, with lots of dynamic forms, tables, charts, etc. I would use next.js with client-side rendering most of the time and keep my options open for any ssr use-case.
English
13
15
479
92.6K
Guillermo Rauch
Guillermo Rauch@rauchg·
What are your top requests for Vercel features & bug fixes?
English
169
11
206
131.9K
Felix Haus
Felix Haus@ofhouse·
@matthewctraul @vercel Hey, we had a busy start into the week, so our investigation is still ongoing. I was able to reproduce this behaviour with our official Jekyll example and now looking for solutions. We need to dig a bit deeper for this, but just want to let you know we are on it!
English
1
0
1
22
Matthew Paul
Matthew Paul@matthewcpaul·
@ofhouse @vercel Unsure if this helps, but it took ~3 minutes just to get past that command (and this is for a pretty small personal site). I could very well be doing something wrong because ruby & gems are strange.
Matthew Paul tweet mediaMatthew Paul tweet media
English
1
0
0
53
Matthew Paul
Matthew Paul@matthewcpaul·
I have an old Jekyll repo, and em-websocket takes a long long time to install when deploying to @vercel I wonder why that is? This didn’t happen when I used to deploy to gh-pages.
English
1
0
0
407
peterferguson.eth
peterferguson.eth@_peterferguson·
@ofhouse @vercel @leeerob I did both but that screenshot is saying to run npm i to install 28.12.4 but it uses 28.11.1 Can see it just above the [debug]
English
1
0
0
38
peterferguson.eth
peterferguson.eth@_peterferguson·
Anybody @vercel understand why my project has just stopped cloning correctly before a build? My builds just suddenly started failing. I added some logs to the install command to see what was up & there are no more package.json files 😕😕 cc @leeerob
peterferguson.eth tweet media
English
1
0
3
248
Felix Haus
Felix Haus@ofhouse·
@_peterferguson @vercel @leeerob Ah sorry, from the screenshot I see that it is using cli version `28.12.4` and not `28.11.1` So my question here was to use exactly the this (`28.11.1`) version of the cli: npx vercel@28.11.1 build -d
English
1
0
0
31
peterferguson.eth
peterferguson.eth@_peterferguson·
@ofhouse @vercel @leeerob also interesting is that it doesn't seem to be a regression in the cli because I can still build and deploy from multiple versions of the cli locally including the version that is failing on the site.
peterferguson.eth tweet mediapeterferguson.eth tweet mediapeterferguson.eth tweet mediapeterferguson.eth tweet media
English
1
0
0
40
Felix Haus
Felix Haus@ofhouse·
@_peterferguson @vercel @leeerob Checked back, but could not really see more here as we have no access to the source code. So the question might sound a bit silly but can you confirm that the following files exist when visiting the repository on github.com: - /package.json - /apps/web/package.json
Felix Haus tweet media
English
3
0
0
62
Felix Haus
Felix Haus@ofhouse·
@isaac_tarib @nextjs @vercel Hey, I would like to take a look what happened here 👋 Can you share your username & the project name with me (DMs open if you do not want to post it publicly)? 🙂
English
1
0
2
57
Zico_zic
Zico_zic@TaribZic·
Who else has encountered: Error: Command "npm install" exited with 1 while deploying a @nextjs project on @vercel and how the issue was resolved?
English
1
0
0
86
Felix Haus
Felix Haus@ofhouse·
@alcaponeyou Hey, thank you! Especially for all the support you gave to the project! 🙏🏼 I currently see no possibility to work on this further since my priorities now have shifted. So it'll likely be converted into a read only archive soon.
English
0
0
1
0
khuezy
khuezy@alcaponeyou·
@ofhouse Hey @ofhouse , just noticed your new Vercel badge - Congratulations! Quick question: can you provide a status/health update on the terraform nextjs project?
English
1
0
0
0
Felix Haus
Felix Haus@ofhouse·
Dropping a new video on the atomic deployments feature that is coming to #Nextjs for AWS 🎉 Full tutorial included, so if you have some time left over the weekend, feel free to try it out! youtu.be/NY3zKnIcLd4
YouTube video
YouTube
English
2
2
9
0
Felix Haus
Felix Haus@ofhouse·
@lindadong Love it! A RSS feed for this page would be superb 😇
English
0
0
3
0