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
Error Invalid boundary while parsing batch request occurred when running ui5-middleware-fe-mockserver after compression task within karma-ui5
Features
@sap-ux/ui5-middleware-fe-mockserver
Description
when running the mockserver within karma-ui5, OData $batch requests fail with Invalid boundary while parsing batch request.
The batch request's body becomes {}
The text was updated successfully, but these errors were encountered:
tobiasso85
changed the title
BUG - Invalid boundary while parsing batch request (@sap-ux/ui5-middleware-fe-mockserver)
BUG - Invalid boundary while parsing batch request (@sap-ux/ui5-middleware-fe-mockserver) with karma
Jan 11, 2023
HI @tobiasso85 thanks for this, we actually had that in the readme before but i can't find it so we probably lost it during migration.
Will update this :)
Error
Invalid boundary while parsing batch request
occurred when runningui5-middleware-fe-mockserver
aftercompression
task within karma-ui5Features
@sap-ux/ui5-middleware-fe-mockserver
Description
when running the mockserver within
karma-ui5
, OData $batch requests fail withInvalid boundary while parsing batch request
.The batch request's body becomes
{}
see related:
karma-ui5
- request body not readable karma-ui5#410Workaround
When changing
to
it works.
Expectation
Documentation of the issue or fix
The text was updated successfully, but these errors were encountered: