-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Different behavior with and without --turbo
flag in next dev
command
#64552
Comments
We cannot easily recreate the issue with the provided information. Please add a minimal reproduction in order for us to be able to help more efficiently. Why was this issue marked with the
|
@masakinihirota By the way, this is the error I get when I try to build your project. We recommend not requiring any steps like this when creating a bug report so we can expedite the process for everyone as we go through issues. |
Thanks for the advice. https://github.com/masakinihirota/next_dev_i18n Edited to work at minimum. "dev": "next dev --turbo"
Start the local server.
http://localhost:3000 Drop the local server once. Edit. "dev": "next dev"
Start the local server.
http://localhost:3000 |
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. |
Link to the code that reproduces this issue
https://github.com/masakinihirota/next_dev_i18n
To Reproduce
Description:
I am experiencing different behaviors when running the
next dev
command with and without the--turbo
flag in my Next.js application.Problem
The language conversion function in i18n does not work.
Steps to reproduce:
next dev
command without--turbo
flag.next dev --turbo
command.Expected result:
The behavior of the application should be consistent regardless of whether the
--turbo
flag is used.Actual result:
The behavior of the application differs when the
--turbo
flag is used compared to when it is not used.Additional information:
I am running a DB called Supabase with Back.
This is not related to the problem part, but this code will not work without setting environment variables.
Current vs. Expected behavior
next 14.1.0
The language conversion did not work when running with
When I updated Next.js.
It stopped even starting.
Provide environment information
> npx --no-install next info Operating System: Platform: win32 Arch: x64 Version: Windows 10 Pro Available memory (MB): 28563 Available CPU cores: 12 Binaries: Node: 20.11.1 npm: N/A Yarn: N/A pnpm: 8.15.1 Relevant Packages: next: 14.2.1 // Latest available version is detected (14.2.1). eslint-config-next: 14.2.1 react: 18.2.0 react-dom: 18.2.0 typescript: 5.4.5 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: