Open Geist5000 opened 1 month ago
This exception is displayed when a revoked token is used or if the token isn't found in the database. It is pretty unlikely that the token was revoked because the database only contains a few revoked tokens which are created last year. As a result, it is very likely that the issue is caused by a missing or faulty auth token in the header.
Some requests to the backend are being rejected with a
401
response code.The backend logs following exception:
The issue is currently only observed in connection with a Safari Browser.