Troubleshoot UI
- 27 Aug 2024
- 1 Minute to read
- Print
- DarkLight
Troubleshoot UI
- Updated on 27 Aug 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Troubleshoot UI errors in the developer console
- In your browser, open Developer Tools. If you are using Google Chrome, select the More icon, then select More tools > Developer tools.
- In the panel that opens, select Console.
- Review the console details for errors.
Troubleshoot server errors
The An unexpected error occurred notification indicates a server error.
To review a server error:
- From the SAP cloud platform cockpit, go to the appropriate system and download the server log.
- Select the last exception in the server log.
Logging levels
Logging levels are:
- ERROR—Default log
- TRACE—Most detailed log
- DEBUG—Less detailed log
To change the log level, the class must be executed at least once. Otherwise, it will not appear on the logger list.
Was this article helpful?