-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Dynamic Routes in Symlinks is not working #16660
Comments
This open PR may also fix this issue #16369 |
This is still an issue in v12.2.5. Very annoying limitation for a file based routing system. |
Hard to believe that symlinks don't work... symlinks are a deep part of the filesystem. I guess if I went with Vercel this would be fixed. |
@timneutkens I have symlinked Nothing is reported as breaking change in such minor version, could you please give me some hint? I tracked the changes as following:
|
31 Oct 2023 Next 13.5.6 the same problem =( Static route works, dynamic - 404 |
Bug report
Describe the bug
Dynamic Routes in symlinks is not working
To Reproduce
I don't think github repos support symlink commits so this is how you can reproduce this:
In project folder:
Expected behavior
System information
Additional context
I also tried this in next.config.js:
index.js is for debug the error. Removing index.js did not help. This points to Dynamic Routes not supporting symlinks.
The text was updated successfully, but these errors were encountered: