How do I stop errors getting logged in the browser when the auth token expires? #25589
Unanswered
benfosterlitmos
asked this question in
Q&A
Replies: 0 comments
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.
-
When the auth token expires for my container, the framework logs the following error in the console:
Internal error: calling method before _details is initialized!It doesn't seem to be causing any problems as the token does successfully get refreshed and the connection is maintained, but it's not a good look in the console.
Is there any way to suppress this logging?
Beta Was this translation helpful? Give feedback.
All reactions