Reputation: 6528
I am trying to get started with Qwik and SSG.
I have run the following commands in this order
After doing this I get the following error message:
Missing client manifest, loading symbols in the client might 404
Any ideas, I have gone through the SSG documentation but nothing points me in the right direction
Upvotes: 2
Views: 702
Reputation: 81
need to run npm run build
to bundle client dist and generate its manifest
Upvotes: 2