Data returned from action inside /login is not serializable: Cannot stringify arbitrary non-POJOs #11865
Replies: 1 comment
-
Kit related issue: sveltejs/kit#12287 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[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