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
After the branding is removed, the record.parent.communities.default is set to '' which then causes the error in the backend when reading the record again:
(builtins.ValueError) badly formed hexadecimal UUID string.
I believe the fix is either to remove the default entry at all or set it to None, to be tested
The text was updated successfully, but these errors were encountered:
Package version (if known): v17.4.0
Describe the bug
When branding is removed from a record, the record rendering returns an
HTTP 500 Internal Server Error
and it does not render anymoreSteps to Reproduce
Expected behavior
The record should be rendered without any branding.
Additional context
This was initially reported by @mug0m3s in zenodo-rdm
Investigation so far
After the branding is removed, the
record.parent.communities.default
is set to''
which then causes the error in the backend when reading the record again:I believe the fix is either to remove the default entry at all or set it to
None
, to be testedThe text was updated successfully, but these errors were encountered: