Replies: 1 comment 3 replies
-
Oh, this might be due to something else. Basically, if I'm not wrong, is that since |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently using
useDirectusUser
to check not only its data but to check if it is logged in at all to handle some logic.The inconvenient is that while a non-logged user is navigating the console gets filled (correctly) with
401 Unauthorized
errors.Could there be a way to make it silent so that it keeps this functionality but doesn't spam the console? Or am I doing it wrongly?
Beta Was this translation helpful? Give feedback.
All reactions