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
Syntax errors in JSON upload are not reported properly in the GUI
While uploading a reference JSON (to enable testing of Germinate) with a typographic error in the JSON :
missing "" around blocks, the error was not displayed correctly in the GUI - it was shown as '[object Object]'.
The text was updated successfully, but these errors were encountered:
After installing the above on the external test server, it was found that it was still converting the error message JSON into HTML, which was displayed in the GUI as "[object Object]"
The solution was found and implemented : 4bd2244 prevent JSON error response being converted to HTML, for upload JSON format error
After installing this on the external test server, the correct result was obtained :
Syntax errors in JSON upload are not reported properly in the GUI
While uploading a reference JSON (to enable testing of Germinate) with a typographic error in the JSON :
missing "" around blocks, the error was not displayed correctly in the GUI - it was shown as '[object Object]'.
The text was updated successfully, but these errors were encountered: