TanStackT
TanStack7mo ago
8 replies
foolish-indigo

Error reading routerStream

After I have updated to latest versions of Start, this error came up, and somehow even after downgrading back to 1.125.4, it is still there:

  VITE v6.3.5  ready in 2643 ms

  ➜  Local:   http://localhost:3000/
  ➜  Network: http://172.31.0.4:3000/
  ➜  press h + enter to show help
[vite] connected.
Error reading routerStream:  8 | - For more information, please check the "cause" property of this error.
 9 | - If you believe this is an error in Seroval, please submit an issue at https://github.com/lxsmnsyc/seroval/issues/new`:`Seroval caught an error during the ${o} process.
10 | 
11 | "${_e.call(e)}"
12 | 
13 | For more information, please check the "cause" property of this error.`}var ee=class extends Error{constructor(r,t){super(Er(r,t));this.cause=t}},E=class extends ee{constructor(e){super("parsing",e)}},Te=class extends ee{constructor(e){super("serialization",e)}},ze=class extends ee{constructor(e){super("deserialization",e)}},g=class extends Error{constructor(r){super(`The value ${_e.call(r)} of type "${typeof r}" cannot be parsed/serialized.

error: The value [object Object] of type "object" cannot be parsed/serialized.
      
There are few workarounds for this problem:
- Transform the value in a way that it can be serialized.
- If the reference is present on multiple runtimes (isomorphic), you can use the Reference API to map the references.
 value: Tag {
  $$mdtype: "Tag",
  name: "Document",
  attributes: [Object ...],
  children: [
    [Object ...], [Object ...], [Object ...], [Object ...], [Object ...], [Object ...]
  ],
},

      at new g (/app/node_modules/seroval/dist/esm/production/index.mjs:13:365)
      at parseObject (/app/node_modules/seroval/dist/esm/production/index.mjs:17:31059)
      at parseProperties (/app/node_modules/seroval/dist/esm/production/index.mjs:17:32428)
...


versions are:
    "@tanstack/react-router": "^1.127.3",
    "@tanstack/react-router-with-query": "^1.127.3",
    "@tanstack/react-start": "^1.127.7",
Was this page helpful?