Skip to content
Discussion options

You must be logged in to vote

Solution by @thetutlage:
You need to increase the limit on the form object inside the config bodyParser.js file. Also, make sure to restart the prod server.

  form: {
    limit: '10mb',
    types: [
      'application/x-www-form-urlencoded'
    ]
  },

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@thetutlage
Comment options

@drmnk
Comment options

@thetutlage
Comment options

@drmnk
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by drmnk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants