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
we had some playlist data corruptions because of a web client bug overnight. bugs in the client or web api should not be able to cause u-wave-core to store invalid objects.
in particular moving a playlist item could cause its id to become null in the media property in the Playlist model.
Things to do:
mark every array type in mongoose with required: true
The text was updated successfully, but these errors were encountered:
we had some playlist data corruptions because of a web client bug overnight. bugs in the client or web api should not be able to cause u-wave-core to store invalid objects.
in particular moving a playlist item could cause its id to become
null
in themedia
property in thePlaylist
model.Things to do:
required: true
The text was updated successfully, but these errors were encountered: