-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
@sveltejs/kit 2.21.0 -> 2.21.1 cause error no such file or directory, open 'src/routes/+layout.js' #13804
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
Comments
Please provide a minimal reproduction, not your entire project. |
I've tried for days to create a minimal repro, but haven't been successful. There's definitely an issue in 2.21.1, but isolating the cause has proven quite difficult. |
For some reason the build requires for the Downgraded to |
to reproduce. git clone https://github.com/xmlking/spectacular.git
pnpm i
turbo run console#build |
This is not a minimal reproduction. You'll need to make a copy of your project and remove all unrelated files that do not play a part in producing the bug. |
@artemudovyk are you able to share a reproduction? I've tried to reproduce this by creating different combinations of pages and layouts but I can't get the build to fail |
@eltigerchino sure. Sorry couldn't do it alongside my first comment in the thread in the first place. Reproduction: With The OP's repo has Nothing about |
Heya all So this seems to be a problem with Houdini itself, and some of the inner workings we're having to do to make our magic work. We need to mock a The changes introduced with #13790 moved the We haven't found a way around this issue yet, but the most ergonomic way would be if we had a way to easily tell SvelteKit that we're providing an auto-generated implementation for universal load functions on some specific routes. Alec already had an idea for this a couple of years ago: #6708 cc: @AlecAivazis |
Related to #8896 |
Describe the bug
when I build my application with @sveltejs/kit 2.21.1 getting this error.
no error building with 2.21.0
Reproduction
https://github.com/xmlking/spectacular/tree/main/apps/console
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: