Skip to content

ASP .NET Minimal Webserver PWA Offline Support #967

@meldano

Description

@meldano

I use the .NET 8 WASM template incl. PWA support.

When I run a ASP .NET Minimal Webserver

`var builder = WebApplication.CreateBuilder(args);
//builder.WebHost.UseUrls("http://0.0.0.0:5000");

builder.Services.AddDirectoryBrowser();
var app = builder.Build();

app.UseUnoFrameworkFiles();

app.MapFallbackToFile("index.html");

app.Run();`

I am able to install the PWA; however, it only works when the server is online.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions