Ready to post? First, try searching for your answer.
I have a React native app and followed the instructions of here, Auth0 React Native SDK Quickstarts: Add Login to your React Native App
I got a page with a Login and Logout button and the name of the user. The first time I opened it I saw there was no user logged in so I pressed the Login button. I was redirected to the universal login screen and I logged in. Then I was redirected to an empty page and nothing happened.
Everytime now I open the app I am not loggegd in and I only see the empty page when I try to login, the universal login screen is not showed anymore (maybe because I am still logged in?). When I try to logout I get an error, “There could be a misconfiguration or a service outage”. I think it is an misconfiguration but what am I doing wrong?
I would also prefer to not use the redirect to the universal login screen but make it more native that the users enter their email and password in my app and I get an token with a cURL request or something, is this also possible?