Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

.Net 8 Blazor WASM PWA Install button shows locally and disappear when published

$
0
0

The current Blazro WASM application was created as PWA. When I run it locally during the development the install app icon shows normally

enter image description here

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


Viewing all articles
Browse latest Browse all 4839

Trending Articles