I have installed Apple Silicon version, but app is not working anymore, before it was working:
Hello @yusufkaracaburun,
Thanks for reporting this — we’re aware of the issue and are sorry for the inconvenience it’s causing. Our team is already working on a fix as part of the current sprint, and we hope to have an updated build available soon.
Thanks for your patience and understanding!
Workaround for now:
- Close Lens.app if open
- Open Terminal.app
- mv “$HOME/Library/Application Support/Lens/extension-store/lenscloud-lens-extension/auth-token-store.json” “$HOME/Library/Application Support/Lens/extension-store/lenscloud-lens-extension/auth-token-store.json_backup”
- Open Lens again, you should be able to re-activate Lens and continue using Lens
Thank you for providing the workaround. We’d like to avoid having users take this approach, which is why we’re currently working on a proper fix.
Just wanted to report, that this happening to alot of the Apple Silicon chips, the workaround did provide a fix. Hoping these gets patched next release. Any idea what caused the corruption?
A password reset will cause this issue, since the encrypted token store can’t be decrypted anymore. This should be fixed in the next release.
I’m facing the same problem, what would be the solution for those using Lens on Windows?
Hello @jobson,
Move-Item "$env:APPDATA\Lens\extension-store\lenscloud-lens-extension\auth-token-store.json" `
"$env:APPDATA\Lens\extension-store\lenscloud-lens-extension\auth-token-store.json_backup"
This is the workaround on Windows machines: rename auth-token-store.json to auth-token-store.json_backup in the Lens extension store directory.
Which version of Lens are you using currently?
