"error": "Internal server error : request entity too large"
yuanchuming opened this issue · 3 comments
yuanchuming commented
Please provide dev environment versions of your system
node -v
( xmysql requires node >= 7.6.0 )
npm -v
mysql --version
xmysql --version
Provide steps to reproduce this issue
or
Provide minimum code to reproduce this issue
or
HTTP request,response,error snapshot of this issue
Mark issue with suitable label if it is clear what this issue is.
o1lab commented
@yuanchuming : can you provide more details about the scenario.
nactran commented
Was there too many rows in your result?
whlysu commented
edit \node_modules\xmysql\node_modules\raw-body\index.js
at line 99: var limit = bytes.parse(opts.limit);
set the limit to big enough