Getting error: Failed to parse body as FormData in Next.js 14 app router
I have a Next 14 app router project, so the problem is in the dashboard page and in a more clear way in the add and update form, I’m using Formik to handle the forms and then I send the data as FormData to a server action which sends the data again to a route handler in FormData formate like: