You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Large skill-package files are generating ERR_FR_MAX_BODY_LENGTH_EXCEEDED Request body larger than maxBodyLength limit
==================== Deploy Skill Metadata ====================
Uploading the entire skill package and building the models. Normally it takes a few minutes...
✖ Retrieving skill id...
→ [Retrieving skill id...] task stopped polling for status.
✖ Retrieving import id...
→ [Retrieving import id...] task stopped polling for status.
✖ [Interaction Model] Import model builder task.
→ [Interaction Model] task stopped polling for status.
[Warn]: [Retrieving skill id...] task stopped polling for status.
[Error]: {
"errorMessage": "The request to https://skill-uploads-prod-na.s3.amazonaws.com/**** failed. Client Error: Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit"
Expected Behavior
should deploy the skill as expected
Current Behavior
it throws an error
CLI Snapshot
==================== Deploy Skill Metadata ====================
Uploading the entire skill package and building the models. Normally it takes a few minutes...
✖ Retrieving skill id...
→ [Retrieving skill id...] task stopped polling for status.
✖ Retrieving import id...
→ [Retrieving import id...] task stopped polling for status.
✖ [Interaction Model] Import model builder task.
→ [Interaction Model] task stopped polling for status.
[Warn]: [Retrieving skill id...] task stopped polling for status.
[Error]: {
"errorMessage": "The request to https://skill-uploads-prod-na.s3.amazonaws.com/**** failed. Client Error: Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit"
I'm submitting a...
Large skill-package files are generating ERR_FR_MAX_BODY_LENGTH_EXCEEDED Request body larger than maxBodyLength limit
Expected Behavior
should deploy the skill as expected
Current Behavior
it throws an error
CLI Snapshot
Steps to Reproduce (for bugs)
Possible Solution
Available mitigation:
this uses request instead of axios and does not experience this error
Your Environment and Context
The text was updated successfully, but these errors were encountered: