Closed Nefcanto closed 1 year ago
I was not able to reproduce. I only got the following error in the browser console.
GET http://localhost:5173/manifest.json 404 (Not Found) manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.
Closing as it seems this issue is solved on Qwik side: https://github.com/BuilderIO/qwik/issues/2878
Describe the bug
I'm trying to create the blog page using Qwik at
example.local/blog
but I see this error:I also sent it to the Qwik team. But since it says
vite
, I sent it here too.The problem is that it does not give us any more information whatsoever. Just one vague line. We're stuck at debugging it.
We need the call stack to be able to debug this. And that call stack should also contain info related to our code too. Because just seeing the call stack of vite internal won't help either.
Reproduction
https://github.com/Nefcanto/ViteQwikEndsWith
Steps to reproduce
npm install
npm run dev
locahost:port/blog
, you should see the errorSystem Info
Used Package Manager
npm
Logs
No response
Validations