haswellr / CritterDB

A web application to help you find and create custom creatures and NPCs for the 5th edition of the world's greatest role playing game.
http://www.critterdb.com
53 stars 15 forks source link

Error: request entity too large #112

Open Nonmi9 opened 1 year ago

Nonmi9 commented 1 year ago

When trying to Export Bestiary as CritterDB JSON I get the error below.

https://critterdb.com:443/#/bestiary/view/63d414b4ae10040322a7f5da

Error: request entity too large at readStream (/srv/www/critterdb/server/node_modules/raw-body/index.js:196:17) at getRawBody (/srv/www/critterdb/server/node_modules/raw-body/index.js:106:12) at read (/srv/www/critterdb/server/node_modules/body-parser/lib/read.js:68:3) at Object.urlencodedParser [as handle] (/srv/www/critterdb/server/node_modules/body-parser/lib/types/urlencoded.js:109:5) at next (/srv/www/critterdb/server/node_modules/connect/lib/proto.js:174:15) at Object.jsonParser [as handle] (/srv/www/critterdb/server/node_modules/body-parser/lib/types/json.js:107:37) at next (/srv/www/critterdb/server/node_modules/connect/lib/proto.js:174:15) at Object.expressInit [as handle] (/srv/www/critterdb/server/node_modules/express/lib/middleware.js:30:5) at next (/srv/www/critterdb/server/node_modules/connect/lib/proto.js:174:15) at Object.query [as handle] (/srv/www/critterdb/server/node_modules/connect/lib/middleware/query.js:43:5) at next (/srv/www/critterdb/server/node_modules/connect/lib/proto.js:174:15) at Function.app.handle (/srv/www/critterdb/server/node_modules/connect/lib/proto.js:182:3) at Server.app (/srv/www/critterdb/server/node_modules/connect/lib/connect.js:67:37) at Server.emit (events.js:198:13) at parserOnIncoming (_http_server.js:691:12) at HTTPParser.parserOnHeadersComplete (_http_common.js:111:17)