Complete
Details
Assignee
Rehan YousafRehan YousafReporter
David MasshardtDavid MasshardtLabels
Impact
MediumTime remaining
0mComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Rehan Yousaf
Rehan YousafReporter
David Masshardt
David MasshardtLabels
Impact
Medium
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created December 16, 2022 at 12:04 PM
Updated April 13, 2023 at 12:17 PM
Resolved February 9, 2023 at 1:00 PM
I've just upgraded to Bluefin and got an error when editing one of my existing apps which has a "Memory Backed Volume" configured. Here is the error message from the UI:
Error: [EINVAL] values.emptyDirVolumes: Item#0 is not valid per list types: [emptyDirVolume] A dict was expected
I've captured the Websocket message that is sent when saving the app in the UI. Here you can see all details if the app I'm trying to set:
And this is the response from the server. There is also an exception Trace that should help to find the problem:
I found out that the WebUI is sending a wrong format for the emptyDirVolumes part.
the UI sends:
But what it should send is:
I was able to update my container using the Restful API and with this format for emptyDirVolumes as a workarround.
I’ve also discussed this problem in the forum: