Page MenuHomeDevCentral

When a workspace mail configuration JSON file is malformed, throw an explicit error message
Closed, ResolvedPublic

Description

Currently, when a workspace configuration file isn't valid JSON, a null object is used, with null pointer exceptions.

Instead, we should detect the issue at json_decode time and throw an explicit error message.