HASKI-RAK / HASKI-Frontend

Frontend of HASKI
Apache License 2.0
5 stars 1 forks source link

249 technical in all fetches delay the fetch to in getdata #284

Closed Platura closed 9 months ago

Platura commented 9 months ago

Description

Changes the getData to fetchData. Upon requesting anything from the backend fetchData will be called and return a response. By checking the response status ok this should also avoid running into an undefined error.

Type of changes

Requirements

DimitriB01 commented 9 months ago

I tried what i wanted to try and got the same error. After researching this topic further i got the following conclusion: image.

We can not access this error message as it comes from the browser if he can not access the backend for whatever reason. The Error message is always the same. For my understanding we can work with that.

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

17 New issues
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud