Blazor Webassembly: Swagger endpoint does not work as expected when PWA is enabled and is publised to Azure appservice

DD 1 Reputation point
2021-04-05T21:25:30.193+00:00

I created a simple Blazor WebAssembly project with Asp.Net hosted and PWA feature on.
Added <PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.1" /> to Server project.

Ran it locally and I can hit the swagger page when I type this in URL:
https://localhost:44339/swagger/

I published the same app to Azure appservice, and hit the swagger endpoint,
The application did not display swagger UI, it seems it reloaded the web app.

When I press Control+F5, it showed the swagger UI

It seems the problem is caused due to PWA because when I published without PWA, the swagger endpoint worked as expected.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,401 questions
0 comments No comments
{count} votes