Custom server entry breaks server functions
"@tanstack/react-start": "^1.135.2"
was using a custom server entry for paraglide i18n, but any custom server entry results in server functions returning undefined.
https://github.com/kylekz/tss-paraglide
ignore the fact that it says paraglide, i thought this was the fault of paraglideMiddleware, but removing it doesn't solve the problem.
the index route just awaits the demo getPunkSongs server function and adds an artificial delay added into it. songs logs undefined0 Replies