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
Initializing extension will fail there is an issue with auth.yaml file reading.
It may happen when there is an error reading it or auth format change. The 2nd happened between 0.2.0 and 0.3.0 version, and the extension would fail to initialize for anyone who had been authenticated (meaning auth file present) and updated to 0.3.x.
Happened to @WitoDelnat with Activating extension ‘Kubeshop.monokle’ failed: Cannot read properties of undefined (reading ‘access_token’). error.
This means there is error handling missing somewhere, most probably during Authenticator initialization (which reads auth file) in:
I managed to get the extension working again after deleting the old auth.yaml file. I guess it's not the highest priority given that most users will have started at the >v3.
Initializing extension will fail there is an issue with
auth.yaml
file reading.It may happen when there is an error reading it or auth format change. The 2nd happened between
0.2.0
and0.3.0
version, and the extension would fail to initialize for anyone who had been authenticated (meaning auth file present) and updated to0.3.x
.Happened to @WitoDelnat with
Activating extension ‘Kubeshop.monokle’ failed: Cannot read properties of undefined (reading ‘access_token’).
error.This means there is error handling missing somewhere, most probably during
Authenticator
initialization (which reads auth file) in:vscode-monokle/src/utils/authentication.ts
Line 14 in 404fcae
The text was updated successfully, but these errors were encountered: