Open AlbertHambardzumyan opened 6 years ago
I faced the same problem. Am not sure but seems there is cause of float problem, blank page on navigate. Sometimes test hangs on load page. node v10.16.3
We don't use the domain module ourselves, so I suspect this will have been due to an outdated library (which have now been updated).
Do you happen to have a minimal example to replicate the issue?
Version:
v3 (3.0.1)
Calling
.authenticate()
which triggers (at least):Let's say the above fn successfully returns the object (fields:
accessToken, accessTokenExpiresAt, client, user, scope
)However, the token is expired and the library returns
error (invalid_token)
on.authenticate()
call and deprecation warning.Any thoughts on deprecation warning?
(node:22198) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.