d-velop / dvelop-app-template-cs

This template contains everything you need to write an app for d.velop cloud in C#
Apache License 2.0
17 stars 7 forks source link

Static Resources aren't loaded properly, if the provided Base-Uri points to localhost #69

Closed ckuetbach closed 3 years ago

ckuetbach commented 3 years ago

Static Resources aren't loaded properly, if the provided Base-Uri points to localhost.

If the static resources can't be loaded, the Vacation Process won't work, because they would trigger IDP-Log-In

ckuetbach commented 3 years ago

The _Layout uses @Configuration["ASSETS"], which is not Tenant-Aware