[Bug?]: use server
works only if start: { ssr: false }
is set
#1186
Labels
bug
Something isn't working
use server
works only if start: { ssr: false }
is set
#1186
Duplicates
Latest version
Current behavior 😯
Call server function like
ends up with
It seems
POST /_server
returns response with($R["server-fn:0"]=[],($R=>$R[0]=["Hello","from","server"])($R["server-fn:0"]));
w/ status code 200.Expected behavior 🤔
Error should not be thrown.
If
start: { ssr: false }
is set invite.config.js
(= Select SSR ? No atcreate-solid
), it works without error.Steps to reproduce 🕹
Steps:
npm init solid@latest
src/app.jsx
like above andnpm run dev
Context 🔦
No response
Your environment 🌎
The text was updated successfully, but these errors were encountered: