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
Issue
When selecting a namespace in Pods or any other resource, if the API fails (e.g., 502 Bad Gateway), Lens incorrectly shows "Item list is empty", misleading users. It’s easy to believe this is true, even though there could be hundreds of pods—the API just failed.
Additionally, after switching namespaces, the loading indicator does not appear. The UI still shows "Item list is empty", and if the API eventually responds, the list appears at a random moment without clear feedback.
Expected
Show the actual error message with a "Refresh" button instead of an empty list.
Steps to Reproduce
Open Lens → Any resource (e.g., Pods)
Select a namespace
API fails (e.g., 502)
UI incorrectly shows "Item list is empty"
Environment
Lens Version: 2025.1.161916-latest
OS: MacOs Sonoma
Install Method: .dmg
The text was updated successfully, but these errors were encountered:
Issue
When selecting a
namespace
in Pods or any other resource, if the API fails (e.g.,502 Bad Gateway
), Lens incorrectly shows"Item list is empty"
, misleading users. It’s easy to believe this is true, even though there could be hundreds of pods—the API just failed.Additionally, after switching namespaces, the loading indicator does not appear. The UI still shows
"Item list is empty"
, and if the API eventually responds, the list appears at a random moment without clear feedback.Expected
Show the actual error message with a "Refresh" button instead of an empty list.
Steps to Reproduce
namespace
502
)"Item list is empty"
Environment
The text was updated successfully, but these errors were encountered: