Request entity to large

1
Hi All I have a problem when transferring from an OData service hosted by mendix(hosted in the could, not on premise) communicating with a C# application. When trying to transfer data we get a "413:Request entity to large" error. I know that you can somehow set the max amount of data to be transferred on a web service and according to my thinking this should be a setting on the host side, I have not located where this setting is. Has anyone experienced something like this? Any help would be appreciated as this is blocking a critical part of the project process.
asked
1 answers
1

contact mendix support, you probably need to change a webserver setting nginx client_max_body_size

answered