Skip to content
Discussion options

You must be logged in to vote

Figured it out by myself:
you need to setup your package.json-file.
Add the following line to increase limit of the request size


	},
	"cds": {
    "server": {
      "body_parser": {
        "limit": "10mb" 
      }
    }

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@marianfoo
Comment options

@marianfoo
Comment options

Answer selected by Tristan-bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants