Open PawelGIX opened 8 months ago
Is there anything I can do? Don't know where to start? Should I install packages and configure the build process from scratch, even though I haven't had any problems with it so far?
Did you find any solution?
Did you find any solution? I wasn't able to log in after updating the packages.
I discovered that CLI ignores my input:
And it took the login data from this file with a strange character at the beginning.
After deleting the contents of this directory, I was able to log in.
Thank you for filing this issue! This comment acknowledges we believe this may be a bug and there’s enough information to investigate it. However, we can’t promise any sort of timeline for resolution. We prioritize issues based on severity, breadth of impact, and alignment with our roadmap. If you’d like to help move it more quickly, you can continue to investigate it more deeply and/or you can open a pull request that fixes the cause.
I am having a similar issue with eas-cli failing at apple login. i cannot seem to get eas-cli to update past 3.10
`eas -v
★ eas-cli@7.3.0 is now available.
To upgrade, run npm install -g eas-cli.
Proceeding with outdated version.
eas-cli/3.10.2 darwin-arm64 node-v21.6.2`
I thnk my issues were related to my version of node / eas cli. perhaps v20 was the one that worked for me
On Mon, Jul 15, 2024 at 10:36 AM Laurent Schaffner @.***> wrote:
This is the first time I try to aes build --platform ios and this fails despite having correct credentials for Apple. There's definitely something fishy with this.
Invalid username and password combination.
I checked the file you talk about and it's automatically written with the right username (Apple ID) when I run the CLI. I tried removing it without success.
— Reply to this email directly, view it on GitHub https://github.com/expo/eas-cli/issues/2254#issuecomment-2229040773, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABENKARIJT7G5ZMQBJWODDZMQCBZAVCNFSM6AAAAABD3G2NQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRZGA2DANZXGM . You are receiving this because you commented.Message ID: @.***>
Did you find any solution? I wasn't able to log in after updating the packages.
I discovered that CLI ignores my input: And it took the login data from this file with a strange character at the beginning.
After deleting the contents of this directory, I was able to log in.
I didn't have the Archive directory, I just opened username.json
, removed \u0017
, saved file, and I was able to login again.
Summary
I haven't been able to log in to my Apple ID from Expo since yesterday. However, logging in to Apple Connect from the browser works properly.
How to solve the problem?
What platform(s) does this occur on?
MacBook M1
SDK Version
50.0.7
Environment
Minimal reproducible example
This is not likely to be a code-specific problem. More with the CLI and login process.
https://github.com/PawelGIX/GrillParadisePOS-test
Is there any way to debug this issue?