Hi,
There seems to be a bug when loading relationship data of a model in the admin UI.
Add a relationship to model and add related items.
Ex: Account.relationship({ path: 'contacts', ref: 'Contact', refPath: 'account' });
Should show list of related relationship.
When I check the network calls, everything looks fine. Call is fired and the correct json data is returned from the server. It looks like a frond end code bug. The list doesn't get updated with the new data.
It just keeps showing loading indicator:

I meet the same problem
Loading forever
This has been fixed with commit #3782.
Thanks. I looked around before posting. Did not saw this.
Maybe release beta.5 containing this fix, because beta.4 is pretty broken without this.
Releasing a new beta might be a good idea. However, you can use the master branch to include the fix. Also, the issue can be closed?
Closing because already fixed in master branch. Fix will be included in next beta release: >4.0.0.beta.4
Most helpful comment
Releasing a new beta might be a good idea. However, you can use the master branch to include the fix. Also, the issue can be closed?