-
Notifications
You must be signed in to change notification settings - Fork 88
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
Unexpected server error on Android buils #2314
Comments
You use the |
The |
Interesting, I can't see anything super helpful in our internal logs. Can you show me what your |
What has changed in your project between the moment you created the last successful build and now? It might be helpful context for me. |
Here's my
Last successful build was I have adding react-native-date-picker and its implementation, i previously was using @react-native-community/datetimepicker. |
Hi there @Noxel, I think I know what's wrong. It seems like you have a disallowed unicode character in the build job's
Do you use any of these by any chance? Removing this character should solve the issue. I will try to make the error message better as a follow-up. We validate the build job in EAS CLI before sending it to EAS servers, so I'm confused why your |
Hi @szdziedzic, Unfortunately we don't use any of these, i try to affect a value to the In fact we use the version 18 of How can we detect some false information in the build job send to EAS ? |
@Noxel what do you get if you run the command shown here to see what will get uploaded to the build servers: Then search in those files for e.g. |
Hi @wodin sorry for the late response. |
Having the same issue. Is there a solution? |
My problem resolved itself. I was unable to identify what was blocking the build from being sent. |
Build/Submit details page URL
No response
Summary
Hi, just wanted to make a fix on an app in expo 49 but can't build it. I have no idea what's the problems. I search at my side on compare this project with other that i can build with eas-cli but could not find a difference.
It happend for a week now.
I have post a message at the discord server.
Managed or bare?
bare
Environment
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✖ Check native tooling versions
✔ Check npm/ yarn versions
✔ Check for issues with metro config
✖ Check for common project setup issues
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that packages match versions required by installed Expo SDK
✔ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✖ Check that native modules use compatible support package versions for installed Expo SDK
Detailed check results:
Expected package @expo/config-plugins@~7.2.2
Found invalid:
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
(for more info, run: npm why @expo/config-plugins)
Advice: Upgrade dependencies that are using the invalid package versions0.
This project has native project folders but is also configured to use Prebuild. EAS Build will not sync your native configuration if the ios or android folders are present. Add these folders to your .gitignore file if you intend to use prebuild (aka "managed" workflow).
Cocoapods version check failed. Cocoapods may not be installed or there may be an issue with your Cocoapods installation. Installing version 1.15.2 or higher is recommended.
One or more checks failed, indicating possible issues with the project.
Error output
Reproducible demo or steps to reproduce from a blank project
One on my project has this problem on every build or the last week but other projects are fine.
I juste do a npx eas-cli build --pofile prod --platform android --non-interactive
The text was updated successfully, but these errors were encountered: