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

504 Gateway timeout for specific files (.csv / .xlsx) #57

Open
vtex-uday opened this issue Aug 23, 2023 · 3 comments
Open

504 Gateway timeout for specific files (.csv / .xlsx) #57

vtex-uday opened this issue Aug 23, 2023 · 3 comments

Comments

@vtex-uday
Copy link

Send the files with csv or xlsx in formdata, But async busboy just keep on waiting for the response and ending up with 504 gateway timeout. But if I use .xls file extension , It successfully parsing that incoming file. Could not find what's the issue for other file formats like .csv or .xlsx.

@andreeacalinvtex
Copy link

Same problem for me, but upload is not working for any of these formats.
@vtex-uday did you manage to fix this somehow? we think this is because the node version.
@m4nuC are there any plans for making the library work for newer Node versions?

@vtex-uday
Copy link
Author

Hey @andreeacalinvtex ,
Unfortunately No, I tried many ways but it doesn't seems working. For now we have restricted the user to only upload ".xls" as only that extension is working.

@vtex-uday
Copy link
Author

@andreeacalinvtex , We tried to use co-busboy library, which is simple and easy to use. You can try to use it.

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