-
Notifications
You must be signed in to change notification settings - Fork 27.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
Causes an error when any folder in the path starts with "ud" #36078
Comments
This sounds similar to #34000, but I cannot find any I can also not reproduce it on my (Linux) machine. Could you try From the error: |
Maybe it's a Windows special case? I can't test it because I don't have Linux on hand as my development environment.
I've tested both
Not sure what's going on there. 🤔 Here are the error codes, even though they are the same as the one at the beginning:
|
I've experienced this on Windows as well when I had a folder that started with "ud" in the path. In my case I utilized this command to create the next app:
Error that occurred:
When I reverted to next 12.1.0 and react 17.0.2 it worked again. |
Forgot to mention this, when I rolled back the next.js versions to <12.0.4, they all worked fine. I think it might be some change in 12.0.4 that is causing the problem? |
I can also confirm that with React 18 and Next 12.1.5 that you cannot start a project with 'ud'. Every other scenario is fine but this combination will not allow a dev server to start. |
It worked when I didn't use udemy -- seriously, someone wrote next.js so you can't have udemy in the folder name? |
Anyone who can reproduce this issue and say that it worked in previous versions, could you bisect and find the exact |
I am facing same issue since yesterday, it misses
|
@balazsorban44 I tried several releases and the oldest I tried https://github.com/vercel/next.js/releases/tag/v12.0.8-canary.10 the issue also occurred |
Same issue occurred for me, Had the folder initially named |
I did experience the same. I created a next project with all 3 options yarn, pnpm & npx, and none of them worked when I had a folder named udemy.com. It only worked for me when I renamed the folder. Btw I'm currently using Windows 11. Binaries: package.json: |
oh. my. gosh. this is the error!!!!! i was going insane 😂👍 for the record, i am a windows user (please don't shun me). thank you 🙏🖤 |
really weird. My project was in a folder called "udemy". |
+1 |
for fixing issue vercel/next.js#36078
Is there no work being done on this? Found this issue being linked here: #37508 [email protected] is the last release that worked for me, 13.4.3 upwards (up to latest canary 13.4.5-canary0) keep throwing the amp-dev and fallback-build-manifest.json errors in console, completely nuking my project. Tried the following things:
|
I'm having a similar if not the same issue. After upgrading to 13.4.4 I'm getting the error When running As far as I can see, there is no This also happens on our Jenkins. However, in contrast to @TimFL, only 13.4.4 is broken for me. Downgrading to 13.4.3 reverts the issue. |
I've been getting this error for a while now but I kept quiet, thinking that 13.4.4/5 would fix it (just like previous releases fixed most issues I had) but there's been no change to this and I'm starting to get uneasy cause my codebase is big (all-in on App Router / Next 13) at work and that'd be catastrophic if I'm now forever stuck on 13.4.2... Is there any debug info we can help out with or get the developers attention to this issue? It being open for over a year is no good sign. //EDIT: I spent a few hours troubleshooting with blank project setups, this issue seems to be caused by using experimental swcPlugins in next.config (@lingui/swc-plugin). After I remove that plugin (emptying my swcPlugins), the error disappears and I can launch the app without any issues. Tested on both my current project and a blank create-next-app with all my dependencies installed. //EDIT 2: Seems to be tied to @lingui/swc-plugin (see compatibility note: https://github.com/lingui/swc-plugin#compatibility), should be resolved with 4.0.1 once that works with Nextjs 13.4.3 onwards. I'll report back. |
Getting the same issue with |
tracking PR: #50651 |
This problem also occurs when running examples/hello-world. |
Why is this still open? Isn't it fixed in v14^? |
Hi everyone, I was not able to replicate this in the latest, and it is unlikely this is still an issue. I will be closing this issue in the meantime! |
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. |
Verify canary release
Provide environment information
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
pnpm run dev
Describe the Bug
As the title says, I found that I could not successfully run the project using
pnpm run dev
oryarn run dev
when any of the folders in the path started with "ud".I've tested this on two computers (both windows) and I get the same error, here is what I got:
Expected Behavior
Dev server normally runs up.
To Reproduce
pnpm create next-app
to create a project name that starts with "ud".pnpm run dev
oryarn run dev
The text was updated successfully, but these errors were encountered: