Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix missing error messages from sync-api
issue: NEXT-13477
author: Tobias Berge
author_email: [email protected]
author_github: @tobiasberge
---
- Changed function
globalErrorHandlingInterceptor
inResources/app/administration/src/core/factory/http.factory.js
- Added new function
handleErrorStates
and refactored status code specific logic into this new function and added a new condition for status code 400 errors from sync-api - Changed
globalErrorHandlingInterceptor
and moved individual try-catch blocks into one global try-catch insidehandleErrorStates
- Added new function