Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Is there any file size limit? #6

Open
fzs1994 opened this issue Oct 13, 2017 · 1 comment
Open

[Question] Is there any file size limit? #6

fzs1994 opened this issue Oct 13, 2017 · 1 comment

Comments

@fzs1994
Copy link

fzs1994 commented Oct 13, 2017

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?

@douzi8
Copy link
Owner

douzi8 commented Oct 17, 2017

It's maybe the bottom of Node's logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants