Matheus Bueno
Results
2
comments of
Matheus Bueno
try to send without the data field: const result = await apiDocument.post('/upload', formData, { headers: { 'Content-Type': 'multipart/form-data', }, }); and verify if the api was called
On the ProvideJobDescriptionsPage, add a Suspense on the the JobDescriptionUploadTextArea, like this: import React, { Suspense } from 'react'; ```javascript ``` This will resolve the error and allow the hook...