Publishing a project to Exploratory Server fails with HTTP 413 "Payload Too Large”

If you’re trying to publish a large project to your on-premise Exploratory Server, you might encounter the following error message:

HTTP 413 "Payload Too Large”

This error message indicates that the size of the project you’re trying to publish exceeds the maximum allowed payload size of your server.

One common cause of this error message is a load balancer or similar tool that blocks large requests. If you’re using a load balancer, make sure it’s configured to allow large requests.

To fix this issue, you can try the following steps:

  1. Check if you have a load balancer or similar tool that could be blocking large requests.
  2. If you have a load balancer, make sure it’s configured to allow large requests. You may need to consult your load balancer documentation or contact your IT department for assistance.

By following these steps, you should be able to successfully publish your large project to your on-premise Exploratory Server without encountering the HTTP 413 “Payload Too Large” error.

1 Like