ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

API-server: returned values when setting metadata are wrong #6556

Open sanderegg opened 2 weeks ago

sanderegg commented 2 weeks ago

Setting project metadata properly sets the metadata in the database, but the returned values on the client side are all converted to some booleans. Image

In the above image, for example job_id was set as a string containing a UUID, and a True value is returned. Basically all of them returned values look wrong.

pcrespov commented 2 weeks ago

Based on the tests i have done, this seems to be the osparc client who is wrongly serializing the values