You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue with login through CLI (avo login), I get this error: error Cannot destructure property 'body' of 'response' as it is undefined.
It looks like you have already smth similar on your radar (#380) for the case when we run avo installation. The error is the same, so I believe the problem is too, but I didn't see any mention of this particular case.
Also I should mention that when I run that command meanwhile it shows a webpage that proposes to login with my email, but when I click the button it redirects to localhost:9005 where is nothing (I guess if the script didn't exit with error it should create smth on port 9005)
Thanks!
The text was updated successfully, but these errors were encountered:
Hey @un1ck-andy, sorry for the late reply and thanks for reporting! Before we dig in, could you maybe share with us a bit of details around versions and OS?
I ran into an issue with login through CLI (
avo login
), I get this error:error Cannot destructure property 'body' of 'response' as it is undefined.
It looks like you have already smth similar on your radar (#380) for the case when we run avo installation. The error is the same, so I believe the problem is too, but I didn't see any mention of this particular case.
Also I should mention that when I run that command meanwhile it shows a webpage that proposes to login with my email, but when I click the button it redirects to localhost:9005 where is nothing (I guess if the script didn't exit with error it should create smth on port 9005)
Thanks!
The text was updated successfully, but these errors were encountered: