The current Blazro WASM application was created as PWA. When I run it locally during the development the install app icon shows normally
When I publish the application on IIS or change the application URL in launchSettings.json file, the Install icon disapeare.
Install icon shows
"applicationUrl": "https://localhost:7244;"Install icon disappear (192.168.1.100 is my local machine IP)
"applicationUrl": "https://192.168.1.100:7244;"According to THIS document all the needed PWA configuration is done .. Any help
Thanks in advance
