Relation Manager not loading sometimes
I have an issue that sometimes the realtioin manager is not loading, and is in skeleton stage. After the browser cache is clear it loads again. But this is an issue because i cannot always tell the client to remove browser cache when ever the error occurres. Is there an easy fix to this because I tried to google and nothing came up regarding this.
![No description](https://cdn.answeroverflow.com/1331761104199745617/Saved_Messages_Image_1.jpg)
3 Replies
Are the relation managers lazy loaded (which is default)? Maybe disable that to "fix" your problem?
But we need the lazy load because there might be a lot data and so that the user doesnt feel laggy while using the app. And it doesn’t solve the fundamental problem of having to remove the cache from time to time.
Hmm, I'm not sure how browser cache is involved in this. Only thing I can come up with is that you're missing "key" fields on certain Livewire components / parts so it cannot match the client parts with new server parts?