Login denied when running exp login

I am following the steps from https://docs.expo.io/versions/v17.0.0/guides/building-standalone-apps.html and after installing exp I am having an issue with exp login. I am using my login that works on the expo.io website. When I use that login with exp login I get the following:

EXP-00056: ORACLE error 1017 encountered
ORA-01017: invalid username/password; logon denied

mmm expo doesn’t use oracle for anything. I imagine that exp might be some other binary on your system that you can sign in to, and not Expo’s exp :open_mouth: try running which exp and you’ll notice it’s not the one that you installed with npm

That was it. Oracle was in the that before npm. Thanks.

1 Like

How did you get around it finally? I think I have the same issue but cannot fix it…

Assuming this is an issue with your $PATH, have you tried Brent’s suggestion above to run which exp and debug in that direction?

This topic was automatically closed after 14 days. New replies are no longer allowed.