Error on dev server: [vite] (ssr) Error when evaluating SSR module $vinxi/handler/ssr: Cannot spl...
Has anybody seen this error and can point me in the right direction?
This occurs when running the dev server
vinxi dev
. It's a 503 error, for all pages except API routes which work fine.
In contrast, my site runs perfectly with bun run build && wrangler pages dev
. I have Cloudflare Pages server preset configured as noted in the Tanstack docs.
The error is with my code, b/c a minimal repro attempt runs fine, but I have many routes and the error message isn't helping me find it yet.
0 Replies