fastaddons / GroupSpeedDial

This repository is for tracking bugs and documentation only
Other
57 stars 5 forks source link

cloud speeddial shows up like a long list #289

Closed bartveld closed 11 months ago

bartveld commented 11 months ago

Since today https://group-speed-dial.fastaddons.com/cloud/ gives me a very long list (including graphics) of my dials, instead of the slick one-screen with all the dials. Of course, the local version of the dials gives no problems. Very strange.

Attached a screenshot of a part of it (page is waaaay to long for a single screenshot) Screenshot_1

Juraj-Masiar commented 11 months ago

Hello, I did released new cloud version today (and also yesterday). So there is a good chance I've broke something. But first, could you try to reload the page:

Juraj-Masiar commented 11 months ago

Please let me know if the reload helped or not. If it helps, then I need to fix the wrong cache issue. If it doesn't help, we can check the console for errors that should point to the root cause.

bartveld commented 11 months ago

Hi Juraj, Thanks for the quick response. A simple F5 seems to have resolved the problem. Could have thought of that myself, I suppose.

Juraj-Masiar commented 11 months ago

Thank you for the info! This is indeed some issue with the cache so this may break every time I release new cloud version (which is not often, but still, I'll better fix this asap). Thanks again for reporting this!

Juraj-Masiar commented 11 months ago

I think I've fix it for the future releases. What I suspect is happening is that browser may cache old "index.html" file that points to no longer existing CSS and JavaScript files (like "/cloud/dial.f34c2a276622004a35de.js"). So to fix this, I will no longer remove old files during the deploy so that cached clients can still access them.

Anyway, thanks again for reporting this! :)