Base solution for your next web application
Open Closed

Xamarin Login Problem #4266


User avatar
0
moustafa created

Hello I'm using version Angular & core 5.0.4 (.netframework4.6) i noticed a small problem when i login from Xamarin App to show up this problem you must force user to change his password next login attempt or create a new user and also make sure you checked option (should change password on next login) .. that's it

Now try to login this time from Xamarin app , you will get this error message An error occurred. Do you want to try again ?

note i tested this issue on android emulator and my real device , but i didn't tested on IOS yet

thanks


4 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Fixed in https://github.com/aspnetzero/aspnet-zero-core/issues/637

    This will be in the next patch (v5.0.5).

  • User Avatar
    0
    moustafa created

    thanks

  • User Avatar
    0
    cyklussoftware created

    Not sure why, but I cannot log in to the Default tenant. I can log into the Host just fine, but not Default. I get the error "A problem occurred while trying to communicate with the server. Do you want to try again?"

    Running on Android emulator. Host running using .BAT file.

  • User Avatar
    0
    alper created
    Support Team

    put a breakpoint on ExceptionHandler > LogException method to see what's going on. normally that exception throws if the Host IP address is unreachable