PredixDev / predix-webapp-starter

A web application starter kit built on Polymer, Web Components, NodeJS and Predix UI Components
https://predix-webapp-starter.run.aws-usw02-pr.ice.predix.io
Other
61 stars 75 forks source link

Multiple content load on first time run #23

Closed kh-mubashar closed 6 years ago

kh-mubashar commented 6 years ago

I have been facing this issue for quite a while now in this new seed it still has the same issue as soon I start my way using the web-started kit to make a custom application the multiple content loads on the dashboard on the first run after refreshing it's gone.but for the first user, it's a bad user experience.

gstroup commented 6 years ago

Can you give a little more detail on the problem? What exactly do you see? Are you seeing the browser make multiple requests for the same content? Is the page flickering? Have you modified the app, or are you using it "out of the box"? Thanks.

kh-mubashar commented 6 years ago

well i have use the starter kit as the base for my app and modified it and added some changes this issue only appears as the app is started first time as soon you hit refresh its gone but for the first time it stayes there image

gstroup commented 6 years ago

Interesting. I haven't seen that behavior before. Any errors in the browser console? You'll probably have to set some breakpoints and debug as the page loads. Not much else I can think of to solve the problem...