notice
This is documentation for Rasa X/Enterprise Documentation v1.1.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (1.4.x).
Version: 1.1.x
Troubleshooting
Troubleshooting
Common errors you may encounter in a Rasa Enterprise installation.
Failing requests
Rasa Enterprise sends data through HTTP headers, and sometimes the payload can be bigger than allowed on the default configuration. If your requests are failing, try increasing the header size limits.
As an example, on NGINX Controller ConfigMap.
http2-max-field-size: 8k
http2-max-header-size: 32k