Adam Bradley
Adam Bradley
This should be fixed in the latest release. Thanks for opening the issue.
This should be fixed using the `base` vite config with the latest release. Please let us know if this is still an issue, thanks.
Good addition! Updated the runtime to reflect this: https://github.com/BuilderIO/qwik/pull/2482 thanks
Will merge this once the getAll() feature is added to the runtime and published.
So when you do have `staticGenerate: true`, any dynamic pages you'd like to SSR instead of SSG are not working. Would you be able to create a minimal example showing...
@shairez what was the line you changed to get it to work?
Related https://github.com/BuilderIO/qwik/pull/2352
Yeah looks like a great idea! This is where the generic 404 html lives: https://github.com/BuilderIO/qwik/blob/47c4de6465dfce48220b1e1cf5e1c92ec9e43b85/packages/qwik-city/middleware/request-handler/error-handler.ts#L10 This is where the 404 is created during development: https://github.com/BuilderIO/qwik/blob/47c4de6465dfce48220b1e1cf5e1c92ec9e43b85/packages/qwik-city/buildtime/vite/dev-server.ts#L252 Would love to get a...
Would you be able to try again with version 1.1.1? There recently was a windows path fix around this. Thanks
I've been debugging this and wanted to point a few things out: "Empty Cache and Hard Reload" does not appear to empty the "Cache Storage"  I can't seem to...