-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Next.js 13.4 build errors #4316
Comments
1 task
My hunch is that we need to output |
@KATT with NextJS 13.4.1 it works fine again, probably fixed in vercel/next.js#49274 |
yeicobF
added a commit
to yeicobF/crAIte
that referenced
this issue
May 6, 2023
yeicobF
added a commit
to yeicobF/crAIte
that referenced
this issue
May 7, 2023
If I don't add the chevron, the deployment fails. - trpc/trpc#4316
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Provide environment information
Describe the bug
Upgrading Next.js to 13.4 causes the project to not build.
The following error was repeated for several different routes:
Build Error (single example)
Summary of route errors:
> Export encountered errors on following paths: /_error: /404 /_error: /500 /_error: /ar/404 /_error: /ar/500 /_error: /en/404 /_error: /en/500 /_error: /es/404 /_error: /es/500 /_error: /fr/404 /_error: /fr/500 /_error: /ru/404 /_error: /ru/500 /profile /profile: /ar/profile /profile: /en/profile /profile: /es/profile /profile: /fr/profile /profile: /ru/profile /search /search: /ar/search /search: /en/search /search: /es/search /search: /fr/search /search: /ru/search
Removing the
withTRPC
wrapper in_app.tsx
allows the build to succeed.Link to reproduction
https://github.com/weareinreach/InReach/tree/renovate/next.js
To reproduce
Run
pnpm build
from theapps/app
directory in the monorepo.Additional information
No response
👨👧👦 Contributing
The text was updated successfully, but these errors were encountered: