Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Monaca Login from monaca-lib fails
-
Today I am no longer able to login using monaca-lib
the following error shows up when running the login commandLogin failed: {“status”:“fail”,“code”:400,“message”:“Your client is old version. Please upgrade to the latest version.”}
I have the latest version of https://github.com/monaca/monaca-lib and the latest version of https://github.com/monaca/monaca-cli
This was working a week ago. Any ideas?
-
There is an updated version: v2.5
-
@jason_sbd Please update/re-install your Monaca CLI to use the latest version (2.5.0). Then, your issue will be fixed.
-
I just removed the CLI from 3 computers and reinstalled and the issue still remains and I also confirmed that version 2.5.0 is installed. So the issue still remains
-
@jason_sbd Make sure you are installing it globally (
npm install -g monaca
). Otherwise, you might have a recent version in a folder but still using the old global one. Runmonaca -v
to see the version instead of checkingpackage.json
.
-
-
Same issue for me on version 2.5.0.
Login failed: {“status”:“fail”,“code”:400,“message”:“Your client is old version. Please upgrade to the latest version.”}
The changelog does say there were security enhancements and now we’re having issues with logging in from the CLI.
Is it possible the CLI security enhancements are interfering with logging in?
-
What kind of plan are you using? It should not matter but it’s better to double check.
-
PLATINUM
-
Anyone have a solution yet???
-
If you are using
monaca-lib
standalone, take a look here:
-
Yes thank you, that solves the issue, hopefully it can be added to the readme!