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
{{ message }}
This repository was archived by the owner on Aug 31, 2025. It is now read-only.
Decided to take a step back and attempt the VPS example from this repo, but that doesn't seem to work either. I'm hoping I'm doing something wrong! I've got a copy of the example in this repo.
When running npm run dev and accessinh /, the page renders:
could not find index.html in your content namespace
And the console output is:
Error: [vite-plugin-ssr@0.4.18][Wrong Usage] Cannot find production build. Did you to run `$ vite build`? If you did, then you may need to use `importBuild.cjs`, see https://vite-plugin-ssr.com/importBuild.cjs
I've finally started integrating vite-plugin-ssr in my vite-plugin-cloudflare project and have been running into some issue.
Decided to take a step back and attempt the VPS example from this repo, but that doesn't seem to work either. I'm hoping I'm doing something wrong! I've got a copy of the example in this repo.
When running
npm run devand accessinh/, the page renders:And the console output is:
Any idea what might be happening?