eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
5 stars 32 forks source link

fix(error handling): display error page if backend not available #762

Closed nidhigarg-bmw closed 4 months ago

nidhigarg-bmw commented 5 months ago

Description

Display Error page if backend not available

Why

When backend isn't available, the app continuously sends thousands of requests

Issue

https://github.com/eclipse-tractusx/portal-frontend/issues/632

Checklist

Please delete options that are not relevant.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

nidhigarg-bmw commented 4 months ago

@evegufy @jjeroch The Error page will look like this image And this page will only work if backend isnt available. And it wont affect other error handlings and functionalities which are working before.