WordPress

superpwa-manifest.json not generated wordpress.Org

After you have enabled the PWA in your wordpress site you are not able to generate superpwa-manifest.json file., You will get ” 404 – File or directory not found.” Error.

Error Screenshot

To resolve this issue. Please add the below code in web.config file if your wordpress site hosted in Window Server (Plesk)

Code:

		<staticContent>
		<mimeMap fileExtension=".json" mimeType="application/json" />
		</staticContent>

After you have added the code, You can see the manifest code will generated.

Thank you.! Pleaser share you freedback..!

Leave a Reply

Prabhakaran Jayaraman