Hi guys,
i have a problem while i have deployed an instance of ASP.Net Zero to Azure with the following priciples: Framework version 6.9.1 .Net Core Angular SPA UI endpoint: https://foo.com/app Backend endpoint: https://foo.com/app-api
Already did the ng build --prod --base-href "/app/" worked fine (<base href="/app/"> is set).
When i now hit the application (nearly) everything will be loaded perfectly without a couple of static files (see screenshot). The ui-sub directory "/app/" is missing in the URL identitfier, but why is it missing in only a few resources? The resources are available and accessable. The app is not hosted in a virtual dir as i know, that .Net Core does not support virtual dirs.
Does anyone have a hint for me?
Kind regards Michael
1 Answer(s)
-
0
Hi,
Could you create an issue on GitHub https://github.com/aspnetzero/aspnet-zero-core/issues ? We will test and fix it for the 7.1 version.
Thanks,