Replies: 1 comment 1 reply
-
The repo you've linked doesn't have any Vanilla Extract styles in it. If you can make a minimal reproduction of the bug, feel free to raise an issue so we can track it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to use vanilla-extract with SolidStart. It works flawlessly in dev mode, but when I build the project, start it with
vinxi start
, and navigate to localhost:3000, the page doesn't load and prints the following error on the console.I think it's an error from nitro(according to the logs) used in SolidStart, but I couldn't find any info on the whole internet including nitro's nor solidstart's github issues, so I just decided to leave a question here.
The whole code is here.
Beta Was this translation helpful? Give feedback.
All reactions