-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
Severity 3 - Minor
-
Issue Summary
Intent with high number of steps causes error while saving. Browser logs shows the error is HTTP 413 (Content Too Large).
This is due to a security restriction in the backend - maximum allowed size for the configuration is 500KB.
Steps to Reproduce
- Create an intent with a high number of steps (multiple 'Offer Choices' steps, automation rules, send web request, etc.), so that the total size of the intent crosses 500 KB.
- At a specific point, the 'Save' option either doesn't work, or greyed out.
- On the same page - all intent related actions such as Add/Edit/Delete a Step, etc. won't work as well until the page is refreshed.
Expected Results
The intent should be saved successfully.
Actual Results
Browser Console logs shows this error: HTTP 413 - Content Too Large.
Workaround
No workaround at the moment. The only option is to create a new intent with lesser number of steps.