FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Fusion auth login error - react-native

    Scheduled Pinned Locked Moved
    General Discussion
    2
    4
    2.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      erick
      last edited by

      When I changed the compileSdkVersion and targetSdkVersion from 29 to 30 which is now required for google play, the login process does not work. When I try to login, fusion auth shows that error, attach the image below.

      Captura de Pantalla 2021-10-26 a la(s) 9.17.56 a. m..png

      1 Reply Last reply Reply Quote 0
      • joshuaJ
        joshua
        last edited by

        @erick

        I built this out last week and was able to have everything run correctly on iOS simulator.

        Here are my Gradle files (excerpted)

        buildscript {
            ext {
                buildToolsVersion = "30.0.2"
                minSdkVersion = 21
                compileSdkVersion = 30
                targetSdkVersion = 30
                ndkVersion = "21.4.7075529"
            }
        

        Are you able to try this on a macOS? It may not be necessary, but would be good to know if the problem is limited to Android or not. I can try building with the android simulator today or tommorrow and let you know if I run into any difficulty.

        Josh

        E 1 Reply Last reply Reply Quote 0
        • E
          erick @joshua
          last edited by

          @joshua said in Fusion auth login error - react-native:

          "30.0.2"
          Hello, thanks for your reply.
          This problem only occurred on android and I just copied your gradle configuration and I get the same error. I use react native 0.60.5

          I attach images:

          Captura de Pantalla 2021-10-26 a la(s) 10.08.36 a. m..png Captura de Pantalla 2021-10-26 a la(s) 10.08.24 a. m..png

          joshuaJ 1 Reply Last reply Reply Quote 0
          • joshuaJ
            joshua @erick
            last edited by

            @erick

            Apologies for the delay. I was not able to test the andriod portion of this very well on my Mac. Is this still an open issue for you?

            Thanks,
            Josh

            1 Reply Last reply Reply Quote 0
            • First post
              Last post