Giter Club home page Giter Club logo

Comments (3)

jakezatecky avatar jakezatecky commented on May 17, 2024

If I understand correctly, the HTML file was cached, and thus pointed to a JS file that no longer existed? I migrated over to Cloudflare a couple of months ago to save on hosting costs. Unlike S3, it removes older assets on each build.

I may have to check why the HTML file is getting cached, when it should never be cached except for when using offline. There may also be some annoying confounding factor with the implementation of the Progressive Web App, as Workbox is a bit of a black box to me.

from civ-drafter.

jakezatecky avatar jakezatecky commented on May 17, 2024

I think this should be resolved for future instances.

Anyone who visited an older version of the website prior to this latest update may have to do CTRL + F5 several times before the service worker updates to pulling index.html from the network first. On subsequent application updates, the service worker should always pull the latest index.html (which points to the latest/valid JavaScript files) first, which should prevent the situation you encountered from happening again.

I also updated the Cloudflare rules to keep an edge-cached version of the non-service worker JavaScript files for at least six months in case a user's application references an older version.

from civ-drafter.

mattcrwi avatar mattcrwi commented on May 17, 2024

Yes, you understood my issue correctly. Thanks for the update.

wrong account last time :)

from civ-drafter.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.