You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2019. It is now read-only.
When i deploying a big contract, it told me
“PayloadTooLargeError: request entity too large” when run “tronbox test”
But i shasta network works fine.
I think change file
app/index.js
line https://github.com/tronprotocol/docker-tron-quickstart/blob/master/app/index.js#L107 toapp.use(bodyParser.json({ limit: '1mb' }));
the quick-start will fix the problem.
Current, it support less than 100kb query size.
The text was updated successfully, but these errors were encountered: