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
SSR code is outputted, with errors due to client lib requiring node environment
Expected behavior 🤔
Should generate client side code only.
Steps to reproduce 🕹
Steps:
create new project, n for SSR and barebones template
add client lib
build prod bundle
SSR code is generated, with errors in build process
Context 🔦
Wanted to use solid-start with CSR to build a MVP. Things worked amazingly till I added supabase and started getting deployment errors. Seems like it's generating code for SSR, because a replica setup on plain solid and router works as expected.
The new CSR isolation I believe should help with this. Keep in mind CSR does require a server to render index.html but we now don't import the app on the server.. only the entry server.
In setting up for SolidStart's next Beta Phase built on Nitro and Vinxi we are closing all PRs/Issues that will not be merged due to the system changing. If you feel your issue was closed by mistake. Feel free to re-open it after updating/testing against 0.4.x release. Thank you for your patience. See #1139 for more details.
Duplicates
Latest version
Current behavior 😯
pnpm run build
Expected behavior 🤔
Should generate client side code only.
Steps to reproduce 🕹
Steps:
Context 🔦
Wanted to use solid-start with CSR to build a MVP. Things worked amazingly till I added supabase and started getting deployment errors. Seems like it's generating code for SSR, because a replica setup on plain solid and router works as expected.
Might be related to #978
Your environment 🌎
The text was updated successfully, but these errors were encountered: