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
This issue related to jruby-rack version.
◦ jruby-rack 1.2.2: It likely relies on the Rack::Utils.bytesize method, which was present in older Rack versions.
◦ rack 2.x: Starting with Rack 2.0, the bytesize method was deprecated.
-> So, the issue arises because jruby-rack expects bytesize to be available in Rack::Utils, but it’s no longer present in Rack 2.2.10.
I see they had a fix here but did not release yet: jruby/jruby-rack#252
-> Solution, I made a monkey-patch to bring back bytesize method, this is temporary solution until the release the fix.
Catalog upload fails with Kaui
3.0.10
.Steps to reproduce:'
x
button in theCatalog Show
tab to delete any existing catalog+
sign in theCatalog Show
tabEnable Advanced Configuration(Upload XML)
linkChoose file
and select a valid XML catalogUpload
button.Upload fails. The following error is displayed in the logs:
The text was updated successfully, but these errors were encountered: