Shaun Walker
Shaun Walker
Sorry for the slow response... as a general rule in Oqtane we are trying to minimize the clutter in appsettings as it tends to be problematic for upgrades, etc... in...
DNN had this feature. It was available in the User Management area. You would locate a user in the main list and click Edit.. and in the detailed User UI...
@chlupac to be clear... I actually think this is a very useful feature - I was just trying to point out some of the technical challenges in implementation. If we...
@hishamco the technical challenges of supporting authentication in Blazor for both Server and WebAssembly hosting models is described in this blog: https://www.oqtane.org/Resources/Blog/PostId/527/exploring-authentication-in-blazor. The client/server nature of the framework combined with...
The current localization capability is focused around an application experience ie. an end user is interacting with an application and has the ability to specify their preferred language using the...
Content localization is not on the current roadmap
So the error message is " System.InvalidCastException: Cannot write DateTime with Kind=Unspecified to PostgreSQL type 'timestamp with time zone', only UTC is supported" And the suggested fix is to preserve...
PostgreSQL introduced a breaking change at some point and the suggested fix for EF Core is to preserve the legacy behavior using something like: AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true); My understanding was that...
I would suggest you use these instructions instead: https://blazorhelpwebsite.com/ViewBlogPost/1
I am guessing that this code was modified as part of the enhancement to allow Hotcakes to support virtual directory deployments - but was never tested in a multi-language scenario