No content to show
User Activity
Okay, so I figured it out. It was all because of how I was submitting my object. Instead of doing this: submit(stockTakeToSerialize, {method: "post"}) I had to create an object to encapsulate the object I wanted to pass in: submit({stockTake: stockT...
When I call useSubmit, I expect the code in my action function to execute, but it does not. This is the action: export async function action({ request }){
await authenticate.admin(request);
let formData = await request.formData();
return json(a...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
167 | 05-04-2024 07:06 AM |