GoodDAPP
GoodDAPP copied to clipboard
Error: torus signin failed:: Missing privateKey from torus response
How this is possible ?
Sentry Issue: GOODDAPP-3Z5D
Error: torus signin failed:: Missing privateKey from torus response
at call (components/auth/torus/AuthTorus.js:104:15)
...
(1 additional frame(s) were not displayed)
@roma-hladilka still happening
@vldkh still happening where and how? can you reproduce? please provide example
@sirpy i see it on Sentry https://sentry.io/organizations/gooddollar/issues/2496422975/?project=1829798&referrer=github_integration
@roma-hladilka @sirpy Need to be rechecked later. Still happening for some users
@roma-hladilka @serdiukov-o-nordwhale i dont think there is something we can do about it.
@roma-hladilka @vldkhh should be re-checked one week after release with the new torus version
@roma-hladilka @johnsmith-gooddollar need to be rechecked, still happens to ~200 users everyday
added more logging: https://github.com/GoodDollar/GoodDAPP/commit/7ea5f38696929aadf7067d04bdb8a6183fe88b7b
@serdiukov-o-nordwhale theres not much we can do about it. close this issue. and dont log.error and throw. the last code that handles the error should log it
@sirpy bit it doesn't logs the torus response and other options. i've added additional log.error just to log which object we actually receive from Torus in such cases
@serdiukov-o-nordwhale just move the log.error to where the rethrown error is caught, or dont catch it in the first place
@sirpy ok now passing logging options via custom prop: https://github.com/GoodDollar/GoodDAPP/commit/3970f6baa0b960828ff5a1ab94bfbdb3fe53bee6