[DevExpress Support Team: CLONED FROM T1186787: NavigationManager BaseUrl Not found]
Instead of using the subdomain I refactored the application accordingly to https://github.com/DevExpress-Examples/XAF_how-to-change-connection-to-the-database-at-runtime-e1344/
I use my own service to detect the tennant instead of a drop down (works)
However, when I log out and login with a different tennant, it will fail, because the database updater is not called.
Is there any way to trigger the module updaters after each login.
It should be, because the modules can differ per tennant too.