Hello, I’m having trouble in starting Lens on MacOS Tahoe 26.2 (MBPro M4).
When i start the app and get the “Welcome to Lense“ - I select “Already have a Lense ID“ and then after the authentication i keep getting popup in browser: “Open Lens? http://localhost:xxx wants to open this application. “
when i click the Open Lens button i just keep getting the same popup again and again and not able to log into the app.
See logs from debug mode. I tested in browser that i was able to hit Lens ID and http://localhost both so not sure where is the problem
did nslookup app.k8slens.dev as well from bash and works fine too.
Have disabled Ad Blocker in Chrome. Tried deleting extension folder as well. Have already tried reinstalling few times and also deleting the Lense folder under Library/Application support
Appreciate any help…
error: ┏ [TOKEN-REFRESHER]: Unknown error .isAuthenticated() returns false +302ms
error: ┃ [1] Error: .isAuthenticated() returns false
error: ┃ [2] at c.numOfAttempts [as request] (/Applications/Lens.app/Contents/Resources/app.asar/static/build/main.js:1690:51524)
error: ┗ [3] at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
info:
[LENS-ID-AUTH]: Calling login callback with code +146ms
debug:
[LENS-ID-AUTH]: Fetching auth tokens from https://app.k8slens.dev/auth/realms/lensCloud/protocol/openid-connect/token using redirect_uri: http://localhost:51828/login and client_id: lens-extension +0ms
error: ┏ [LENS-ID-AUTH]: Failed retrieve authentication tokens request to https://app.k8slens.dev/auth/realms/lensCloud/protocol/openid-connect/token failed, reason: getaddrinfo ENOTFOUND http +21ms
error: ┃ [1] FetchError: request to https://app.k8slens.dev/auth/realms/lensCloud/protocol/openid-connect/token failed, reason: getaddrinfo ENOTFOUND http
error: ┃ [2] at ClientRequest. (/Applications/Lens.app/Contents/Resources/app.asar/static/build/main.js:203:19041)
error: ┃ [3] at ClientRequest.emit (node:events:531:35)
error: ┃ [4] at emitErrorEvent (node:_http_client:107:11)
error: ┃ [5] at _destroy (node:_http_client:954:9)
error: ┃ [6] at onSocketNT (node:_http_client:974:5)
error: ┃ [7] at process.processTicksAndRejections (node:internal/process/task_queues:91:21)
error: ┗ [8] { type: ‘system’, errno: ‘ENOTFOUND’, code: ‘ENOTFOUND’, erroredSysCall: ‘getaddrinfo’ }