Unable to deserialize resource UV

When attempting to open a view in designer, an error message appeared stating “Unable to deserialize resource”. I’ve tried restarting designer but still getting the same error message.

Error message details:

JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
caused by IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $

Has anyone seen this before?

You should contact support. Somehow the encoded JSON of your view has entered an invalid state.

This shouldn’t be possible directly in Ignition (I’ve never seen or heard of this happening in this way before) but because resources are just files on disk now, any number of things could, in theory, write to the files on disk.

1 Like