我有一个网站,其中包括一个manifest.json的根的领域。
/manifest.json (内容见下文)
场景
Timed out waiting for fetched start_url.,我不为每个子页面更改start_url,因为我希望start_url始终是主页。有人知道为什么灯塔在抱怨吗?我怎样才能修好它?
含量manifest.json
{
"name": "My website",
"short_name": "My website",
"start_url": "/",
"icons": [
{
"src": "/assets/favicons/android-chrome-192x192-0eb7305556625ca6988c1f745f8de22ce1de04bdee9c129f8a04bf727dd4e23c.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/favicons/android-chrome-512x512-b5a1336abb27251a9b2baefc0a2789cd1fd8d644c9d8e006744f02daa323ab68.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}响应头manifest.json
alt-svc: clear
cache-control: private, max-age=0, no-cache
content-encoding: gzip
content-type: application/json
date: Mon, 18 Mar 2019 15:36:50 GMT
last-modified: Thu, 14 Mar 2019 12:54:03 GMT
server: nginx
status: 200
status: 200 OK
vary: Accept-Encoding
via: 1.1 google
x-request-id: 9eeb9731-9db0-43c8-bc98-9fed8a76fda2
x-runtime: 0.003905发布于 2020-07-07 01:34:28
上周我遇到了同样的异常,结果发现我只需要取消中的“清除存储”复选框。
以下是显示复选框的位置:

发布于 2020-10-06 12:37:23
只需删除更多新Chrome中的复选框:

https://stackoverflow.com/questions/55225046
复制相似问题