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
So it seems like when doing an update with an invalid date value, the update causes vogels to throw an error with the following stack trace
RangeError: Invalid time value at Date.toISOString (native) at Object.internals.serialize.date
(/var/task/node_modules/cattle/node_modules/vogels/lib/serializer.js:35:30) at
Object.internals.serializeAttribute.serializer.serializeAttribute
It seems to me like the error should come back in the update callback instead of throwing an error.
The text was updated successfully, but these errors were encountered:
Hi!
So it seems like when doing an update with an invalid date value, the update causes vogels to throw an error with the following stack trace
It seems to me like the error should come back in the update callback instead of throwing an error.
The text was updated successfully, but these errors were encountered: