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
Hello,
I'm trying to write a file using writeFile() in Feathers JS custom service, and getting this error:
POST http://localhost:3030/image-upload 500 (Internal Server Error) ProjectSettings.vue?56e1:341 Some error occured. Here is full log: Error: Request failed with status code 500 at createError (createError.js?f777:16) at settle (settle.js?199f:18) at XMLHttpRequest.handleLoad (xhr.js?14ed:77)
I've tried uploading file size in range from 5MB upto 70KB and at that point, I came to know that, files less than 70KB seems to write perfectly, but if its greater than 70KB this error occurs. So is there any limit for file write function?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to write a file using writeFile() in Feathers JS custom service, and getting this error:
POST http://localhost:3030/image-upload 500 (Internal Server Error) ProjectSettings.vue?56e1:341 Some error occured. Here is full log: Error: Request failed with status code 500 at createError (createError.js?f777:16) at settle (settle.js?199f:18) at XMLHttpRequest.handleLoad (xhr.js?14ed:77)
I've tried uploading file size in range from 5MB upto 70KB and at that point, I came to know that, files less than 70KB seems to write perfectly, but if its greater than 70KB this error occurs. So is there any limit for file write function?
The text was updated successfully, but these errors were encountered: