Greetings to community. I have Retool app which is connected to my workflow.
This app grabs csv from AWS S3 and allows user to query some data in this csv.
I've added few columns to this CSV and then my app isn't working now. It says:
{"data":null,"error":"\r\n413 Request Entity Too Large\r\n\r\n
413 Request Entity Too Large
\r\nnginx\r\n\r\n\r\n"}
In my workflow I have a piece of code that gets data from S3 (it works ok). After that it's followed by python code which is trying to decode this data. In this python code I started having this issue.
File size on my S3 in 9.9Mb
Could someone help with that?