-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cookie not in this host's domain. Cookie:developer-mdn.apple.com Request:developer.apple.com #1672
Comments
I was about to file the same thing. |
+1 same issue for cloud builds, no solution at the moment even if building without apple auth with expo stored data. |
Hi, there´s any solution to this error? Greetings |
Same error, also a stackoverflow question here |
+1 |
Im getting the same issue too. You can start build without the login option, but it continues if you try uploading your build to store. |
+1 |
I'm having the same issue |
happening to me too |
I am also having the same issue. |
I'm having the same issue |
The solution I'm using is selecting 'no' when prompted to login to the Apple account, and then uploading the build manually with |
i'm having the same issue when running |
+1 |
Hi, I'm having the same problem a few hours ago it was working fine and now I get an error Error: Cookie not in this host's domain. Cookie:developer-mdn.apple.com Request:developer.apple.com |
+1 |
1 similar comment
+1 |
I'm also getting this error. The option to check no for logging in is no help while debugging something that only happens on physical devices. Any word on this? |
Deleting the cookie and running through Apple login again also fails. Also, earlier I tried to restart my mac after deleting the cookie. No dice. How hard down are we? |
Said no to login, download the ipa file, use transporter to upload the file, seems to work. |
anyone on a mac can use local credentials Edit: Removed error, this is working for others. |
Tried this, but I get: Exit status: 65` Which means code signing isn't working (on the EAS hosted build and the local build). |
Interesting wonder why my build in EAS went fine if code signing isnt working ? |
Eu estou com o mesmo erro! |
Thanks for the suggestion. Had high hopes for this. Set up the certs exactly as specified, and I got this result: The contents of my credentials.json are
Anyone seen this before? |
+1 |
same here |
Same issue here. eas-cli/7.1.3 darwin-arm64 node-v18.17.1 |
+1 |
1 similar comment
+1 |
+1 same issue |
+1 |
1 similar comment
+1 |
+1 same issue |
I also have been hitting the same issue with the latest. Temporary workaround is to go back to older version. Uninstall the latest version and install this version. npm install -g [email protected] |
Same issue on |
Same issue here
|
same issue, back one year later. npm i -g eas-cli not fixing. |
Worked for me, thank you! I was on eas-cli/7.1.3 darwin-arm64 node-v20.11.0 when it didnt work for me. |
Make sure to update to |
The older 3.7.2 version passes the login but it doesn't seem to support the ENV vars, I have a different APP ID for the staging version, so it doesn't work for me. 😔 |
+1 |
1 similar comment
+1 |
Thanks you so much, worked for me too. Got my build on App store connect and about to submit app for review. This issue will probably get fixed in a day or two and update to the newest version will take care of it, but I am in a time crunch so I can't wait. Thanks for the solution again, you saved me a good amount of stress. |
Great temporary solution for me as well |
Boa, resolveu aqui pra mim também! meu
|
I use environment variables, so I can't revert to the old version. But... This worked!! |
Same for me started having this issue where before was working fine even using old CLI |
same here, i'm also getting this email from apple when submitting the app with the 3.7.2 eas-cli: ITMS-90725: SDK version issue - This app was built with the iOS 16.4 SDK. Starting April 29, 2024, all iOS and iPadOS apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later, in order to be uploaded to App Store Connect or submitted for distribution. Apple Developer Relations |
I dont understand how it worked for you, for me same issue still |
let's consolidate discussion in #2224 then |
Build/Submit details page URL
No response
Summary
Building locally / trying to push a build to the cloud is throw the following auth error:
Managed or bare?
Bare
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
Try and build a local iOS build.
The text was updated successfully, but these errors were encountered: