I’m looking for ideas about how to troubleshoot this problem. Sporadically some of our views don’t render immediately on being requested. We only see the raw data of the request - it appears to be json format - and a refresh of the page is usually enough to see the page rendered properly. This data typically starts of like this to give you an idea and fills the page:
{“v-uiId”:1,“uidl”:"{"Vaadin-Security-Key":"cfde0bf8-e713-4864-b41b-3ce7dce003e5","Vaadin-Push-ID":"929539a8-ceb2-4d7a-b356-f7c74d9f2564","syncId": 0, "resynchronize": true, "clientId": 0, "changes" : [["change",{"pid":"960"},["0",{"id":"960","focuse
It’s difficult to reproduce, but maybe somebody has seen this kind of behaviour before and can give me some directions about how we might be able to deal with it. Considering a refresh of the page is enough to fix things it might not seem too serious a problem, but we’d prefer it if it didn’t happen at all or if we at least understood why it happens.