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
TypeError: Cannot read properties of null (reading 'routes')
at Vite.setup (/xxx/node_modules/fastify-vite/mode/development.js:57:35)
at async Vite.ready (/xxx/node_modules/fastify-vite/index.js:32:55)
at async file:///xxx/server.js:17:1
Also seems kind of obvious to me that this will always fail looking at development.js:
Either enabling SPA should work or there should be a clear instruction on how to set it up.
Would be nice to have a SPA example (preferable in Svelte).
The text was updated successfully, but these errors were encountered:
Prerequisites
Fastify version
4.9.2
Plugin version
3.0.0-beta.27
Node.js version
16.18.0
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
12.6
Description
When I enable SPA:
I'm getting
Also seems kind of obvious to me that this will always fail looking at
development.js
:Steps to Reproduce
Enable SPA:
Expected Behavior
Either enabling SPA should work or there should be a clear instruction on how to set it up.
Would be nice to have a SPA example (preferable in Svelte).
The text was updated successfully, but these errors were encountered: