Installation method: kubectl apply
Kubernetes version: v1.13.7
Dashboard version: 2.0.0beta2
Operating system: macOS 10.14.5
Node.js version ('node --version' output):
Go version ('go version' output):
The 'data' section empties. Further interactions with Dashboard are broken, with changing tabs resulting in white boxes
The 'data' section doesn't become empty and the Dashboard continues to work

Can you paste logs from the browser console?
Console error:

As a quick workaround refresh the whole app. We will fix it.
Thanks @floreks - I put the whole development environment for our organisation onto the beta with a view to finding defects. Really appreciate the turnaround. An aside - all the end users are loving the improvements!
Interesting thing - it occurs only on prod, on dev everything works. Will be harder to fix.
I think this issue could be connected with RBAC.
I have no issue viewing configmaps accross all namespace with ClusterRole cluster-admin
But I have reported this issue from all developers with ClusterRole assigning only [get], [list], [watch] for all cluster resources
This bug is still valid for 2.0.0-beta3 version - after 5 seconds showing config map the UI is frozen. User cannot edit or exit the page, needs to reload the page and exit config map tab.
Any hints how to resolve this?
True. Now there is a different error being thrown. I'll reopen.
/reopen
/assign @maciaszczykm
@floreks: Reopened this issue.
In response to this:
True. Now there is a different error being thrown. I'll reopen.
/reopen
/assign @maciaszczykm
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
This is still happening in beta4.
/reopen
@ivanfilippov: You can't reopen an issue/PR unless you authored it or you are a collaborator.
In response to this:
This is still happening in beta4.
/reopen
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
@ivanfilippov - commit eb66d229a27e9faf747ad4b7b3b94d6710aef208 containing the fix didn't make it into beta4
I'm still seeing this in beta5
yes, still happening in beta5
I reproduced this issue in beta5, but the browser console error info is different.

Most helpful comment
Console error:

As a quick workaround refresh the whole app. We will fix it.