简体   繁体   中英

angular pwa 8 ng serve refresh throws the error

I'm using pwa in my angular application, when ever I serve my application using ng serve refreshing the page cause manifest.webmanifest not found . Is there any workaround to prevent this. Thank you.

Please add the below code in your index.html and also check the manifest file in your project. You can changes the extension of your manifest file to .json. It worked for me

<link rel="manifest" href="manifest.json">

Also, please check the MIME type of your response(should be application/manifest+json or application/json) based on file extension

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM