Welcome
Getting Started
How to Guides
Application vs Blocklet
Create Blocklet
Compose Blocklets
Develop Blocklet
User and Passport
Communicate with DID Wallet
Blocklet Storage
Using Blocklet Preferences
Build blocklet for profit [deprecated]
Bundle your blocklet
Manage Blocklet Versions
Publish your blocklet to the world
Deploy your blocklet
Read/Write blockchain in blocklet
Operation and maintenance your blocklet
Reference Guides
Conceptual Guides
Frequently Asked Questions
Request Entity too Large
Blocklet Server limits file size on uploading within a certain range for efficiency considerations, since larger file uploads will consume more resources in the server host.
The default upload size limit is 500M, if the uploaded file is larger than that size, Blocklet Server will throw "Request Entity too large".
If you want to increase the upload size limit of your Blocklet Server, you need to update routing.maxUploadFileSize
in your server config file, and then start your server with -u
flag.