Version: 1.4.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