Skip to content
  • jooola's avatar
    fix: timeout on spa manifest requests · b359bb64
    jooola authored
    The previous behaviour had a loop of requests between the front
    app and the api when querying the pwa manifest.
    
    This reduce the coupling around the pwa manifest file between the api
    and the front app, by uplicating the files so each "service" has a copy
    of it, while keeping them in sync and having the front pwa manifest as
    single source of truth.
    
    Part-of: <!2291>
    b359bb64