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
The Demo App Todo page does not work without Javascript and returns a 500 status code along with this error: Body returned from shadow endpoint request handler must be a plain object.
Reproduction
I don't think I need to link back to this repo. Again, it is just the demo app.
Logs
Body returned from shadow endpoint request handler must be a plain object
Error: Body returned from shadow endpoint request handler must be a plain object
at validate_shadow_output (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:1999:9)
at load_shadow_data (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:1910:38)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async load_node (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:1565:5)
at async respond$1 (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:2194:15)
at async render_page (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:2395:19)
at async resolve (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:2660:11)
at async Object.handle (/Users/drew/Projects/demo_app2/src/hooks.ts:9:24)
at async respond (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:2567:20)
at async file:///Users/drew/Projects/demo_app2/node_modules/@sveltejs/kit/dist/chunks/index.js:244:24
* [fix] make demo app work without JS
* alternative approach to #3965
* actually
Co-authored-by: Geoff Rich <4992896+geoffrich@users.noreply.github.com>
Describe the bug
The Demo App Todo page does not work without Javascript and returns a 500 status code along with this error: Body returned from shadow endpoint request handler must be a plain object.
Reproduction
I don't think I need to link back to this repo. Again, it is just the demo app.
Logs
Body returned from shadow endpoint request handler must be a plain object Error: Body returned from shadow endpoint request handler must be a plain object at validate_shadow_output (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:1999:9) at load_shadow_data (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:1910:38) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async load_node (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:1565:5) at async respond$1 (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:2194:15) at async render_page (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:2395:19) at async resolve (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:2660:11) at async Object.handle (/Users/drew/Projects/demo_app2/src/hooks.ts:9:24) at async respond (file:///Users/drew/Projects/demo_app2/.svelte-kit/runtime/server/index.js:2567:20) at async file:///Users/drew/Projects/demo_app2/node_modules/@sveltejs/kit/dist/chunks/index.js:244:24
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: