Replies: 13 comments 7 replies
-
+1 I am having the same error. Mine is I assumed that upgrading to 13.4 is not breaking for projects that continue to use Edit: opened a bug at #49261 |
Beta Was this translation helpful? Give feedback.
-
I am having similar issues. My build works locally but Vercel does not like it. I am also only using the pages directory. I am getting lots and lots of errors, but here are some which seem to follow a theme.
And so on... |
Beta Was this translation helpful? Give feedback.
-
Same situation here. Even after rolling back to Next 13.3.4, which had been working to me before trying 13.4, and redeploying I'm still seeing issues on Vercel (but not locally) for pages using E.g.
The site builds and deploys OK - but upon request, it bombs... |
Beta Was this translation helpful? Give feedback.
-
Opened a bug here #49261 |
Beta Was this translation helpful? Give feedback.
-
I concur, we are also facing major issues. Tried reverting, doesn't worth either. Please help us to fix this as soon as possible. Our 50+ person company relies extensively on our backend with NextJs. |
Beta Was this translation helpful? Give feedback.
-
Same here; we are facing the same problem at my company. Rolling back to Next 13.3.4 solves the problem tho |
Beta Was this translation helpful? Give feedback.
-
Even with 13.3.4 I get this error.. |
Beta Was this translation helpful? Give feedback.
-
Also facing the same issue, here is a simple repro case: Step 1:
Step 2:DO NOT cd INTO THE NEWLY CREATED APP!
Step 3:
|
Beta Was this translation helpful? Give feedback.
-
Alright, this has been addressed here: #49274 For now explicitly setting appDir to false in the experimental block, works fine. experimental: {
appDir: false,
}, However, that setting will also be removed in an upcoming version: #49241 (comment) |
Beta Was this translation helpful? Give feedback.
-
This issue has been resolved in 3.4.1 and you no longer need the I removed it myself and my applications work. |
Beta Was this translation helpful? Give feedback.
-
Just upgraded to 13.4.2 and this issue is occurring again. See #49261 (comment) |
Beta Was this translation helpful? Give feedback.
-
the same error in 14.0.2 |
Beta Was this translation helpful? Give feedback.
-
Summary
In Vercel the next js project build suddenly starts failing for all getStaticProps pages. any fix ?
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions