fmeyjr
$fetch catches error, but not able to read body
I have a similar problem, that the body is undefined on the server. In my store, I have the following function:
and on my server route server/api/offices/index.post.ts, i have the function:
However, the body is undefined on the server. What do i miss?
32 replies