-
Notifications
You must be signed in to change notification settings - Fork 648
[BUG][Web browser editor] Error message: "Deployed failed: Type Error: Failed to fetch" when I try publish my application with too large csv data file #623
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
Comments
@YauhenBichel How large would your CSV file be? This error sometimes happens when you've unexpectedly modified the pyproject.toml file, or have not made a new import named |
By this I mean, number of rows. |
I wrote the size of file in steps to reproduce The kaggle reference to dataset is https://www.kaggle.com/datasets/muthuj7/weather-dataset/data The number of rows 96454 ![]() |
I updated my toml file by adding a new dataset. My changes work well by decreasing the size of dataset less than 1 MB
|
Maybe the issue is related to limit of file size in a request https://cloud.google.com/run/quotas#networking_limits
|
I'll fork it and try to look for a solution |
@Dextron04 @YauhenBichel Did you find a solution yet? Please advise |
Hi all, we're looking into this issue - the supported file size should be much larger, but for some reason caps out at around 1MB |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Actual behavior:
User Interface error message: "Deployed failed: Type Error: Failed to fetch"
Expected behavior:
User interface error message: "the csv file is too large. Please verify the size of file. Max size of file is "
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of error related to size of uploaded csv file
Screenshots

Please see attached screenshot
Environment:
Additional context
The same behavior I deploy using CLI app
The text was updated successfully, but these errors were encountered: