Base solution for your next web application

Activities of "alper"

I checked LoginView there are 3 classes that can throw this exception.

  1. LoginViewModel.cs
  2. LoginView.xaml
  3. LoginView.xaml.cs

I checked all these 3 files, there doesn't seem to be a cast operation in the class initializations. can you get a full stack exception

this has been fixed in 9.1.0 .

You can also do this:

This will improve the performance, but becareful with the public static values in your Query classes. If you hold a public static value in your Query class, and if that changes in different scenarios, you may have issues. Otherwise, you are good to change this to ISingletonDependency.

this is an issue about Flurl. If you are using Azure, you can change the Azure website back to Http 1.1. Alternatively you can replace the Flurl with the native HTTP Client. Check out https://docs.microsoft.com/en-us/xamarin/xamarin-forms/data-cloud/web-services/rest

Besides, your HTTPS certificate maybe invalid.


Also see,

  • https://github.com/tmenier/Flurl/issues/495
  • https://github.com/tmenier/Flurl/issues/385

I just remembered a bug that we have fixed earlier. There was a problem with the TenantId parameter while refreshing access token. This might be related to your issue. Can you check out this issue https://github.com/aspnetzero/aspnet-zero-core/issues/3056 ?

to be able to go to the link you need to be an active ASP.NET Zero customer.

and the log says There is no user: 111 I think you are editing the user 111. Check that the user with the Id 111 exists in database. check that IsDeleted=0

is the logged in user, have 2 factor authentication?

@kansoftware what's your token expire duration?

it's being called here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Mobile.Droid/Activities/SplashActivity.cs#L65

track the issue from https://github.com/aspnetzero/aspnet-zero-core/issues/3059

Showing 21 to 30 of 1377 entries