Data not getting rendered on DOM in Ionic2

We are making an app with couchbase DB. I’ve created a screen which shows the team member list. When I navigate to this page for the 1st time, the data is rendered in DOM and can be seen on screen. But when I move to some other screen and come back to this page I get blank screen. Tried logging the data in console to check and found out that the data is present in the variable array on which I loop to show the list. When I inspected I got this.
bindings={
“ng-reflect-ng-for-of”: “”
}

Changed Mac and it worked and I don’t know how

Some code would be useful :slight_smile: Both html and typescript

Did you remote debug the problem on the device already?
Follow these instructions here to debug the problem in Safari dev tools:
https://ionic.zone/debug/remote-debug-your-app#ios
Follow these instructions here to debug the problem in Chrome dev tools:
https://ionic.zone/debug/remote-debug-your-app#android
Look at the console and network tabs for errors.