Am working with Asp.net core & jquery project I have added the Clock.Provider = ClockProviders.Utc; under MVC startup ConfigureServices method, and now am having difficulties to present any date with the user selected timezone. Any help would be appreciated
Hello,
am trying to detect the tenant through the sub domain, multi tenancy is enabled, and i have set the following
I have a tenant called "clinic" and when i try to access "clinic.localhost:44302" or "clinic.localhost:44303" am getting a 400 error
any idea what could be wrong here? or how i can resolve this?