Hi everybody,
i'm facing the following error while publishing an app in VS Code:
The request for path /***/dev/apps?SchemaUpdateMode=forcesync&DependencyPublishingOption=default failed with code UnprocessableEntity. Reason: Object reference not set to an instance of an object.
The error comes up when i use Enum variable, for example:
EnumVar := EnumVar::Value1;
Do you have any suggestion?
Thanks