Giter Site home page Giter Site logo

Comments (4)

theomathieubhvr avatar theomathieubhvr commented on May 4, 2024

Quick fix : clear every browser cache. But this should not happen in dev.

from universal.

fulls1z3 avatar fulls1z3 commented on May 4, 2024

@theomathieubhvr I suppose you're using HMR on spa build and I have exactly the same issue right here.

I digged it a little and found out that's more or less connected with copy-assets-webpack-plugin and webpack-dev-server.

It's a known issue with the HMR; files copied through copy-assets-webpack-plugin are not taken into account.

Rebuilding the project using npm run build:spa-dev and then running npm run serve:spa would definitely solve this problem.

On the other hand, if you're using ngx-cache then the app seeks the cache (by default, should be local-storage) for i18n data. And yeah, clearing the cache (or just local-storage) would solve it.

Please feel free to to add anything if there're any points that I missed.

from universal.

theomathieubhvr avatar theomathieubhvr commented on May 4, 2024

That's exactly it !

But in production, if I update my i18n keys, how can I force my users to reload their localstorage ?

Thanks !

from universal.

fulls1z3 avatar fulls1z3 commented on May 4, 2024

You can set TTL (in terms of secs, ex: 300) right at the imports section of you app.module. I suppose there's no usage example on ngx-cache/core repository about TTL but see the cache.loader.ts to what params to pass. Also, don't forget to set the expiry param to undefined - otherwise it will override the TTL.

from universal.

Related Issues (20)

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.