Hi there, i’ve enabled SuperPWA and OneSignal. When i load my site, the notification to subscribe pops up but the notification add to homescreen is gone. Is there any way to address this issue or it is prefix to this settings?
Thread Starter
arilm
(@arilm)
Hi Arun!
My website is running on Windows IIS Server (Azure) and it turns out that i need to add this :
<?xml version=”1.0″?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=”.json” mimeType=”application/json” />
</staticContent>
</system.webServer>
</configuration>
into the webconfig file.
After that amendment then the manifest were generated and load.