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
Before posting an issue, read the FAQ and search the previous issues.
Description
When I try returning a redirect response as follows:
returnactionResult("redirect","/",{status: 302,message: {type: "success",message: "Success! Heading to the login page!"},});
I get the error:
Data returned from action inside /reset-password is not serializable. Form actions need to return plain objects or fail(). E.g. return { success: true } or return fail(400, { message: "invalid" });
Description
When I try returning a redirect response as follows:
I get the error:
My packages:
The text was updated successfully, but these errors were encountered: