-
Notifications
You must be signed in to change notification settings - Fork 84
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
Could not load update in dev client due to 'failed to load all assets' error #2203
Comments
After some investigation of the bundle, I've notices that assetBundlePatterns: [
'src/assets/animations/**/*',
'src/assets/fonts/**/*',
'src/assets/icons/**/*',
'src/assets/img/**/*',
'src/assets/legal/**/*',
'src/assets/locales/**/*',
'src/assets/tags/**/*',
'src/assets/videos/**/*',
], bundle export
|
Downgraded to v49 and now the bundle includes all assets. Still get the same error though |
Here's the error log from when I try to load a dev build onto the devClient
|
I could pinpoint the issue down to importing html files. |
Build/Submit details page URL
https://expo.dev/accounts/read-o/projects/read-o-dev
Summary
I'm in the process of migrating to eas update from expo publish.
I've created a new dev client build and try to load an version from update server.
No matter what I try, I always get
Could not load the app: Failed to load all assets
error.Managed or bare?
bare
Environment
expo-env-info 1.2.0 environment info:
System:
OS: macOS 14.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.19.0 - ~/Library/Caches/fnm_multishells/67017_1706628327511/bin/node
Yarn: 1.22.21 - ~/Library/Caches/fnm_multishells/67017_1706628327511/bin/yarn
npm: 10.4.0 - ~/Library/Caches/fnm_multishells/67017_1706628327511/bin/npm
Managers:
CocoaPods: 1.14.3 - /opt/homebrew/lib/ruby/gems/3.3.0/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 23.2, iOS 17.2, macOS 14.2, tvOS 17.2, visionOS 1.0, watchOS 10.2
IDEs:
Android Studio: 2023.1 AI-231.9392.1.2311.11330709
Xcode: 15.2/15C500b - /usr/bin/xcodebuild
npmPackages:
expo: ^50.0.4 => 50.0.4
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
react-native: 0.73.2 => 0.73.2
react-native-web: ~0.19.6 => 0.19.10
npmGlobalPackages:
eas-cli: 7.1.1
Expo Workflow: bare
✔ Check Expo config for common issues
✖ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that packages match versions required by installed Expo SDK
✔ Check that native modules do not use incompatible support packages
✔ Check for legacy global CLI installed locally
✔ Check that native modules use compatible support package versions for installed Expo SDK
Detailed check results:
The following scripts in package.json conflict with the contents of node_modules/.bin: patch-package.
One or more checks failed, indicating possible issues with the project.
Error output
No response
Reproducible demo or steps to reproduce from a blank project
The text was updated successfully, but these errors were encountered: