When I use my Blazor Server app (.NET 8) with Safari on my iPhone, I am asked to Reconnect to the Server when the connection is lost. I swipe down and a connection is re-established. If I make an Icon on the iP
Unable to connect to UWP remotely even with NetworkIsolation disabled Cyclic restore issue at project template creation iOS/Safari 13: Unhandled Promise Rejection: TypeError: 'arguments', 'callee', and 'caller' cannot be accessed in this context ITMS-90809: Deprecated API Usage - Apple will stop ...
Unlike normal web apps that can support dynamic/incremental consent, in Blazor you need to request all the scopes necessary for your application up front. Failing to do so will cause an error as the TokenAcquisition method will be unable to validate the token again...
/// <summary>/// Post a message to the Blazor app. Any objects that listen to a specific message name by calling BlazorMobileService.MessageSubscribe will trigger their associated handlers./// </summary>/// <param name="messageName"></param>/// <param name="args"></param>voidPostMessa...
Within the Account section, there is a tab for branding, which will apply to the quick support clients and Windows installer. However, the clients will need to have been built from source with the server URL hard-coded in the apps for them to be able to retrieve the branding info. ...
An Unable to write data to the transport connectionestablished connection was aborted by the software in your host machine An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in ...
When I use my Blazor Server app (.NET 8) with Safari on my iPhone, I am asked to Reconnect to the Server when the connection is lost. I swipe down and a connection is re-established. If I make an Icon on the iPhone Home Screen (mimicking an iPhone app) I am unable to re-establ...
EF Core Migration error: “Unable to create an object of type 'ApplicationContext'” EF Core One to One Relationship Data Insert EF Core Scaffold-DbContext table not included in the selection set EF Core, ASP.NET Core An error occurred while updating the entries. EF Core: How to get f...
Unable to connect to UWP remotely even with NetworkIsolation disabled Cyclic restore issue at project template creation iOS/Safari 13: Unhandled Promise Rejection: TypeError: 'arguments', 'callee', and 'caller' cannot be accessed in this context ...
However, the clients will need to have been built from source with the server URL hard-coded in the apps for them to be able to retrieve the branding info. Configuration The database provider, connection strings, and ASP.NET Core port are configurable via environment variables indocker-compose...