Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sanderegg opened this issue Oct 17, 2024 · 1 comment · May be fixed by ITISFoundation/osparc-simcore-clients#202
Open
Assignees
Labels
a:apiserver api-server service bug buggy, it does not work as expected

Comments

@sanderegg
Copy link
Member

sanderegg commented Oct 17, 2024

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.

@sanderegg sanderegg added bug buggy, it does not work as expected a:apiserver api-server service labels Oct 17, 2024
@pcrespov
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:apiserver api-server service bug buggy, it does not work as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants