How can we improve the error messages like this one, which is not helpful for a user, without having to edit the source because that breaks the ability to easily upgrade.
@liangshiwei - As you know the Blazor WASM is dreadfully slow to load. It takes 10+ seconds. The user experience is made worse by having to go to the index page. GTMetrix even times out on the first page load time!
How do we;
We also dont want to have to mess with the module source code for something so obvious as that then breaks the ability to easily upgrade.
Really appreciate your help here, these are basic and reasonable requirements for a framework.
@mladen.macanovic we had already upgraded to v4.3-RC WASM. What is required to go from 4.3 WASM to 4.3 Server?
@BassaSolutions - could you update later on your experience with 4.3 Server?
The performance is so bad we also feel stuck and are unsure about continuing the migration of other apps from aspnetzero.
What is required and the effort to migrate a blazor app from WASM back to a server side app? We are also finding the performance incredibly bad. Also WASM is single threaded so we expect issues with trying to run parallel processes, eg Audio and UI.
would be great to also include the integration with Stripe and Xero, so the whole billing payment cycle is clean and working out of the box.
Edition charge Units used (txt, space, users, records, etc).
@Alper - when is the next RC?
next week
@Alper - When it is final release? How can we get email working with longe keys in Blazor before then?
@Alper - when is the next RC?
As per @Maliming comment in https://github.com/abpframework/abp/issues/1082 can we get more details about what is being done to enhance editions, subscriptions & payments that will be included in v4.4 preview for commercial.
Also I dont see that 1082 (& 2611?) have been assigned to v4.4 preview?
We are using Blazor WASM and it is much slower to load (many 10's of seconds)... Once the application is running it is OK.
This is our first SPA as we are migrating products from Aspnetzero Core/MVC... Apart from getting it up to the same level of functionality, we hope the framework loading gets faster.
Cheers @Maliming ! - Now can you fix the login/impersonate a tenant user from the host side too like in ASPNetZero.. :)