TanStackT
TanStackโ€ข9mo agoโ€ข
2 replies
progressive-amaranth

Custom Server entry not working (alpha)

I am tying to get lingui working with tanstack alpha and require a custom server entry. which im setting in the tanstack vite plugin like so:
server: {
entry: './ssr.tsx',

},
However im getting the following error:An error occured while server rendering /index.html:

Cannot find module 'src/ssr.tsx' imported from '/~start/server-entry.tsx'


Repo: https://github.com/UngusCode/tanstack-lingui
Would appreciate any help ๐Ÿ™‚
GitHub
minimal reproduction of issues with custom server entry on tanstack alpha. - UngusCode/tanstack-lingui
GitHub - UngusCode/tanstack-lingui: minimal reproduction of issues ...
Was this page helpful?