mlco2 / codecarbon

Track emissions from Compute and recommend ways to reduce their impact on the environment.
https://mlco2.github.io/codecarbon
MIT License
1.17k stars 177 forks source link

[API] Missing token returns Generic error #692

Open inimaz opened 1 month ago

inimaz commented 1 month ago

When the access token is deprecated or it is missing, any action on the UI will redirect to a blank page with

{
"detail": "Generic error"
}

How to reproduce

Open the UI. Remove the user token.

Ideal solution

Redirect to the login page