-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Missing next dev --turbo
features
#49174
Comments
It also does not support exporting. https://nextjs.org/docs/app/building-your-application/deploying/static-exports#configuration |
This issue is specifically for dev server features. Production builds are not supported at all yet. At one point |
How about "Module federation" for micro-frontend architecture? |
We are really excited to get this a try over at Watershed. For now, turbopack is failing because we are employing the But this seems like a possible miscommunication, because Turbopack, Turborepo, Next.js…are all the same team. :) Is there a working example of a monorepo that uses Turborepo and Turbopack with Next 13, where an app in one project is relying on, for example, UI components in another project? This seems like a bread and butter example, but we must have it wrong somewhere! |
I have error hydration using turbo,
and warning
it works normally without |
Not sure if this should be included in this list: vercel/turborepo#5347 |
I'm getting error when importing sass file from external lib from node_modules
|
Good news, webp image support landed in today's release! #52285 |
I went to test the new webp support, and I'm now experiencing an issues with route groups:
I have a main site and a microsite that don't share much layout, so my site (minus icons and metadata) is separated into a When I try to load the home page in
I don't have time to create a minimal repro right now, but if anyone has a similar issue, please feel free to tag me on any speculative work and I can try to pitch in when I have time. |
I'm definitely running into the same problem as @TzviPM. Normal |
It also fails if you have |
I'm running into the same problem as @TzviPM. it works fine without the parenthesis though. |
Edit: Route Groups works from 13.4.13-canary.5 I get the same problem on Route Groups with turbo as @TzviPM, after testing on a minimal app, the problem occurs only in --turbo and from next version 13.4.10-canary.5 Non matching path () provided for /(site)/(pages)
Debug info:
- Execution of get_from_source failed
- Execution of resolve_source_request failed
- Execution of NodeRenderContentSource::get failed
- Non matching path () provided for /(site)/(pages) |
I am using webpack for now, I don't know what to do
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Thomas ***@***.***>
Sent: Tuesday, July 25, 2023 12:59:08 PM
To: vercel/next.js ***@***.***>
Cc: Oluwasusi Stephen Olayemi ***@***.***>; Comment ***@***.***>
Subject: Re: [vercel/next.js] Missing `next dev --turbo` features (Issue #49174)
I get the same problem on Route Groups with turbo as @TzviPM</~https://github.com/TzviPM>, after testing on a minimal app, the problem occurs only in --turbo and from next version 13.4.10-canary.5
Error message
Non matching path () provided for /(site)/(pages)
Debug info:
- Execution of get_from_source failed
- Execution of resolve_source_request failed
- Execution of NodeRenderContentSource::get failed
- Non matching path () provided for /(site)/(pages)
—
Reply to this email directly, view it on GitHub<#49174 (comment)>, or unsubscribe</~https://github.com/notifications/unsubscribe-auth/AM7MNMPM5DQQCMXOQVULJ7TXR6YIZANCNFSM6AAAAAAXU7A4BE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Same issue
|
same issue next @13.4.6 next @13.4.7 next @13.4.8 next @13.4.9 next @ 13.4.10
next @ 13.4.11
next @13.4.12
See: /~https://github.com/velog-io/velog/tree/main/packages/velog-web |
7c67b12 Fixes the route groups issue, it landed at 13.4.13-canary.5 |
Can confirm, 13.4.13-canary.5 fixed the route groups bug for me. |
I'm running into some issues getting Intercepting Routes to work. Has anyone else managed to get it working with Turbo (or with SSG)? |
having the same issue as @lutfi-haslab hydration error when importing a client component into a server component. It works fine on normal dev. Anyone found a workaround for this? |
It looks like we're nearing Turbo release with 99.7% tests passing, and yet, Turbo is STILL unable to resolve any modules with extensions. I'm getting hundreds and hundreds of errors like:
This is easily resolved with a hack on Webpack's side:
which is also ridiculous, but at least it works. |
Going to close this specific issue as we no longer need a larger tracking issue, please report bugs / changes you'd like in a new issue. In case of @wojtekmaj we already chatted on X but |
Any plans for experimental.typedRoutes in turbo? |
Eventually yes, but right now we're focusing on stable features and bugfixes first as there's only so much time in day 🙂 |
Understandable 😃 Just wanted to know whether it’s planned at all, thank you very much for the answer, awesome job! |
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
The Turbopack dev server is nearly feature complete, but here is a list of some outstanding issues:
require
turborepo#4796basePath
turborepo#4805assetPrefix
turborepo#4806nodenext
turborepo#4807Released in 13.5
The text was updated successfully, but these errors were encountered: