Task Description
We need a proper error handling for the case fatal errors like promise rejection or any application error.
Ideally use our message provider lib, if not use the Error boundry component which is available in the project.
Also handle the following case properly:
Currently, the Apollo Client throws an error when no API endpoint is provided, leaving the app stuck on a blank screen. This error should be caught and properly displayed in the UI so the end user understands what went wrong.
https://github.com/cloudoperators/juno/blob/main/apps/heureka/src/apollo-client.ts#L14
Acceptance Criteria
Show errors but at any cases display the app layout.
Task Description
We need a proper error handling for the case fatal errors like promise rejection or any application error.
Ideally use our message provider lib, if not use the Error boundry component which is available in the project.
Also handle the following case properly:
Currently, the Apollo Client throws an error when no API endpoint is provided, leaving the app stuck on a blank screen. This error should be caught and properly displayed in the UI so the end user understands what went wrong.
https://github.com/cloudoperators/juno/blob/main/apps/heureka/src/apollo-client.ts#L14
Acceptance Criteria
Show errors but at any cases display the app layout.