Version: 1.1.x
Troubleshooting
Troubleshooting
Common errors you may encounter in a Rasa X installation.
Failing requests
Rasa X 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