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
If you POST over the default 100kb from process.env.EXPRESS_JSON_LIMIT, you get the 413 Payload Too Large error, so basically that variable is useless.
If you POST over the default
100kb
fromprocess.env.EXPRESS_JSON_LIMIT
, you get the413 Payload Too Large
error, so basically that variable is useless.This can be fixed in
index.js at
line ~32The text was updated successfully, but these errors were encountered: