Damiano
Damiano
@SamProf , this feature is foundamental on an isolated service from internet. Maybe you could only add an "offline" version of the style ex: "matBlazorOffline.css" without importing the one from...
A view for /data/logs/error.log will be very helpfull too.
I can confirm this issue, after deleting an old admin user I get the error: Cannot read properties of null (reading 'avatar')  @v3ss0n have you got a solution to...
OK I managed to enable the user by: update user set is_deleted = 0 where is_deleted = 1; in mysql db So the issue depend on the avatar icon on...
Hi, after adding the missing class now I can listen the remove event but if I want to handle by myself the element by setting the property ```js shouldRemoveOnTrailingIconClick =...
@Tratcher is it possible to configure the endopoint to map the reverse proxy on the standard ports 80,443 and route request from another port like 81 to a classic MVC...
I had the same problem today with quartznet this could explain? http://www.mattwrock.com/post/2012/02/29/What-you-should-know-about-running-ILMerge-on-Net-45-Beta-assemblies-targeting-Net-40.aspx
OK WebActivator is not the problem, Quartznet was. Today when I updated nuget packages: WebActivator was updated from 1.5.2 to 1.5.3 Quartznet from 2.0.1 to 2.1.1 (you can see in...
The case where I happened to get the exception is in an old webform site updated to ASP.net 4.0 For publication I just use the Copy Web Site Tool to...
Same issue with my custom input Blazor component. It happens only with string type  Value types no warnings 