Trouble Loading in Deployed Environment (Azure App Service) #4101
Unanswered
Mike-E-angelo
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I'm guessing it is something with a path that is different on App Service. Are you seeing any errors in the browser console when running the app without the manually added script tag? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I have recently deployed my Blazor Server-side application .NET 9 to an Azure App Service. With local development everything loads correctly. However, in the Azure App Service none of the
Microsoft.FluentUI.AspNetCore.Components
css or js loads.I have to add the following script tag for this library to load as expected in an App Service environment:
Based on the documentation that I have seen, this shouldn't be necessary, so I am writing here to see what is occurring in App Service that isn't occurring locally during development.
Thank you for any assistance you can provide in tracking down this issue.
Beta Was this translation helpful? Give feedback.
All reactions