Hello. What’s the problem?
Hi @maxpain177,
Thanks a lot for reaching out and sharing the screenshot — we’re happy to help get Lens working for you again.
To better understand what might be going wrong, we’d appreciate a few more details:
- Which version of Lens are you using?
- What is your operating system?
- Did this issue start after an update of Lens?
It would also be super helpful if you could try launching Lens from the terminal and then share any messages or errors that appear there. That information can give us important clues about what’s happening.
Hey there! Same was happening to me, did not have proper time to find the real issue, seems something with lens not able to validate my license.
I use snap to install, ( my version 2025.5.81206-latest)
my fix:
ps aux | grep lens | awk ‘{print $2}’ | xargs kill -9
rm -r ~/snap/kontena-lens/
kontena-lens & (or just open lens one more time)
Hope it helps.
regards