We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start
https://discord.com/channels/719702312431386674/1238170697650405547/1295132419812233226
https://github.com/nekochan0122/start-todolist-server-fn
.env.example
.env
pnpm db:push
pnpm db:generate
pnpm dev
Error objects should be able to serialize.
No response
The text was updated successfully, but these errors were encountered:
if an Error is thrown, it can't be serialized using JSON.stringify
Error
JSON.stringify
this is what happens currently:
router/packages/start/src/client-runtime/fetcher.tsx
Lines 138 to 147 in ed07f04
Sorry, something went wrong.
No branches or pull requests
Which project does this relate to?
Start
Describe the bug
https://discord.com/channels/719702312431386674/1238170697650405547/1295132419812233226
Your Example Website or App
https://github.com/nekochan0122/start-todolist-server-fn
Steps to Reproduce the Bug or Issue
.env.example
to.env
pnpm db:push
pnpm db:generate
pnpm dev
Expected behavior
Error objects should be able to serialize.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: