Coder Social home page Coder Social logo

service worker is not being registered and rendered when .NET core 5 app is published into IIS about webessentials.aspnetcore.serviceworker HOT 7 OPEN

htlcoil avatar htlcoil commented on June 12, 2024
service worker is not being registered and rendered when .NET core 5 app is published into IIS

from webessentials.aspnetcore.serviceworker.

Comments (7)

Darkace01 avatar Darkace01 commented on June 12, 2024

Can you confirm that there is no error logged in your console, also if you are using https

from webessentials.aspnetcore.serviceworker.

MalimaMelk avatar MalimaMelk commented on June 12, 2024

I have the same issue in .net core 3.1

from webessentials.aspnetcore.serviceworker.

Darkace01 avatar Darkace01 commented on June 12, 2024

I have the same issue in .net core 3.1

Can you run your code in release mode and check if it is still registered

from webessentials.aspnetcore.serviceworker.

david-payling-wright avatar david-payling-wright commented on June 12, 2024

I just ran into the same issue with .NET core 3.1. Everything looked good when running locally, but then the service worker wasn't being registered after deploying to our K8S clusters.

In the 'ServiceWorkerTagHelperComponent' class (lines 38-41), I see the issue

            if ((_options.AllowHttp || _accessor.HttpContext.Request.IsHttps) || _env.IsDevelopment())
            {
                output.PostContent.AppendHtml(_script);
            }

On my local, this evaluates to 'true', so the service worker script was being added to the page. However, in our K8S clusters, this evaluates to 'false', so the service worker script was not being added

from webessentials.aspnetcore.serviceworker.

eivinderiksen avatar eivinderiksen commented on June 12, 2024

I just ran into the same issue with .NET core 3.1. Everything looked good when running locally, but then the service worker wasn't being registered after deploying to our K8S clusters.

In the 'ServiceWorkerTagHelperComponent' class (lines 38-41), I see the issue

            if ((_options.AllowHttp || _accessor.HttpContext.Request.IsHttps) || _env.IsDevelopment())
            {
                output.PostContent.AppendHtml(_script);
            }

On my local, this evaluates to 'true', so the service worker script was being added to the page. However, in our K8S clusters, this evaluates to 'false', so the service worker script was not being added

David: Same issue here. The IIS server is placed behind a BigIP firewall, and https is being offloaded to http, making the script tag not being rendered. Did you find any solution?

from webessentials.aspnetcore.serviceworker.

abitzer avatar abitzer commented on June 12, 2024

The solution would be to set AllowHttp property of the PwaOptions to true:

AllowHttp=true

Locally you most likely run your application as "Development" environment, which would make the if to evaluate to true.

from webessentials.aspnetcore.serviceworker.

abitzer avatar abitzer commented on June 12, 2024

Proposal to close this one.

from webessentials.aspnetcore.serviceworker.

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.