You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenerateIndexHtml invalidates the modifications done by GeneratePWAContent:
Possible solution:
html = html.Replace($"\"./", $"\"{WebAppBasePath}{_remoteBasePackagePath}/");
html = html.Replace($"\"{WebAppBasePath}{_remoteBasePackagePath}/{Path.GetFileName(PWAManifestFile)}", $"{WebAppBasePath}{Path.GetFileName(PWAManifestFile)}");
The PWA manifest must always be at the root.
The text was updated successfully, but these errors were encountered:
GenerateIndexHtml
invalidates the modifications done byGeneratePWAContent
:Possible solution:
The PWA manifest must always be at the root.
The text was updated successfully, but these errors were encountered: