You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I make a small tweak to the file that causes the crash, the page loads the correct route. So my best guess is that when the Solid Start server is collecting assets to send it's trying to access the wrong group.
Duplicates
Latest version
Current behavior 😯
The dev server crashes with this error:
Expected behavior 🤔
Both groups should work.
Steps to reproduce 🕹
Steps:
bunx create-solid@latest
bun i
(group1).tsx
and(group2).tsx
in the routes folder.bun run dev
(group1)/test1.tsx
route/test1
and it'd load fine.(group2)/test2.tsx
route/test2
and it'd crash.Context 🔦
I'm trying to have different layouts for different sections of a site (i.e. auth and main site etc).
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: