服务人员注册失败-在Angular 9中实施通用预渲染后PWA不起作用

问题描述 投票:0回答:1

在控制台日志中引发错误该脚本具有不受支持的MIME类型('text / html')。

Service worker registration failed with: DOMException: Failed to register a ServiceWorker for scope ('https://localhost:4000/') with script ('https://localhost:4000/ngsw-worker.js'): The script has an unsupported MIME type ('text/html').
angular angular-universal prerender angular9 angular-pwa
1个回答
0
投票

尝试

ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production, scope: './', registrationStrategy: 'registerImmediately' })

app.module.ts内部

© www.soinside.com 2019 - 2024. All rights reserved.