Data returned from load
while rendering is not serializable: Cannot stringify arbitrary non-POJOs
#12287
Replies: 2 comments
-
The jist I am getting is, the imported
Hence, svelte thought it's a foreign object, and did not continue on serializing the status and the data attributes. |
Beta Was this translation helpful? Give feedback.
-
Basically, I was working for a library, |
Beta Was this translation helpful? Give feedback.
-
[FORMS-ACTIONS] Returning something inside fail is giving me the upper error;
but while returning
it works.
It used to work, maybe upgrading on Svelte 5 made something weird here?
Here's what I've been trying to do,
in
+page.server.ts
via_route_name
is a proxy, and it return actions. There are conditions attached tovia_route_name
function, but I have reduced it to simplify the issue.Beta Was this translation helpful? Give feedback.
All reactions