Closed gsteimer closed 3 years ago
A previous update converted the obsolete document configs from storing in Strings to storing in booleans causing the class cast exception. Solution for this just required removing and re-adding the obsolete document configs in edge2.
Note - related to #2312. We need to come up with a way to fix this across all actions
Obsoleting a document fails on edge2 with the following error:
Based on the error, I'm guessing this has to do with the admin slider switch update. See #2312 and #2162