umbertoghio / self-hosted-expo-updates-server

MIT License
113 stars 15 forks source link

ERROR: Failed to parse manifest data: Legacy manifests are no longer supported #27

Open imp87 opened 5 days ago

imp87 commented 5 days ago

Hello,

i tried to do selfhosted expo updates also with your backend. Currently i am getting this error in the logs

ERROR: Failed to parse manifest data: Legacy manifests are no longer supported

Do you will update your project?

umbertoghio commented 3 days ago

Hello, I will try to take a look this weekend, can you provide more details on the expo version used and when did you got the error?

imp87 commented 3 days ago

For sure.

Here is my package.json

{
  "name": "Appname",
  "version": "1.0.5",
  "scripts": {
    "start": "expo start --dev-client --clear",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "web": "expo start --web",
    "build": "eas build --platform ios --profile development --local"
  },
  "dependencies": {
    "@awesome.me/kit-28f84185cf": "^1.0.4",
    "@fortawesome/fontawesome-svg-core": "^6.6.0",
    "@fortawesome/pro-duotone-svg-icons": "^6.6.0",
    "@fortawesome/react-native-fontawesome": "^0.3.2",
    "@gorhom/bottom-sheet": "^4.6.4",
    "@openspacelabs/react-native-zoomable-view": "^2.1.6",
    "@react-native-async-storage/async-storage": "1.23.1",
    "@react-native-community/datetimepicker": "8.0.1",
    "@react-native-community/slider": "4.5.2",
    "@react-native-google-signin/google-signin": "^12.2.1",
    "@react-native-picker/picker": "^2.7.7",
    "@react-navigation/bottom-tabs": "^6.6.1",
    "@react-navigation/native": "^6.1.18",
    "@react-navigation/stack": "^6.4.1",
    "@shopify/flash-list": "^1.7.1",
    "@stripe/stripe-react-native": "0.37.2",
    "@supabase/supabase-js": "^2.45.3",
    "@umami/node": "^0.4.0",
    "axios": "^1.7.3",
    "expo": "^51.0.32",
    "expo-apple-authentication": "~6.4.2",
    "expo-application": "~5.9.1",
    "expo-av": "^14.0.6",
    "expo-background-fetch": "~12.0.1",
    "expo-blur": "^13.0.2",
    "expo-camera": "~15.0.14",
    "expo-constants": "~16.0.2",
    "expo-custom-updater": "^2.0.0",
    "expo-dev-client": "~4.0.21",
    "expo-dev-launcher": "^4.0.27",
    "expo-device": "~6.0.2",
    "expo-document-picker": "^12.0.2",
    "expo-file-system": "~17.0.1",
    "expo-image-picker": "~15.0.7",
    "expo-local-authentication": "~14.0.1",
    "expo-localization": "~15.0.3",
    "expo-location": "~17.0.1",
    "expo-media-library": "~16.0.4",
    "expo-navigation-bar": "~3.0.7",
    "expo-network": "~6.0.1",
    "expo-notifications": "~0.28.15",
    "expo-secure-store": "~13.0.2",
    "expo-splash-screen": "^0.27.5",
    "expo-status-bar": "~1.12.1",
    "expo-store-review": "~7.0.2",
    "expo-system-ui": "~3.0.7",
    "expo-updates": "^0.25.25",
    "i": "^0.3.7",
    "moment": "^2.30.1",
    "nativewind": "^2.0.11",
    "npm": "^10.8.2",
    "posthog-react-native": "^3.1.2",
    "react": "18.2.0",
    "react-native": "0.74.5",
    "react-native-bouncy-checkbox": "^4.0.1",
    "react-native-deck-swiper": "^2.0.17",
    "react-native-gesture-handler": "~2.16.1",
    "react-native-gifted-chat": "^2.4.0",
    "react-native-keyboard-aware-scroll-view": "^0.9.5",
    "react-native-modal": "^13.0.1",
    "react-native-modal-datetime-picker": "^17.1.0",
    "react-native-public-ip": "^1.0.2",
    "react-native-reanimated": "~3.10.1",
    "react-native-render-html": "^6.3.4",
    "react-native-safe-area-context": "^4.10.5",
    "react-native-screens": "3.31.1",
    "react-native-svg": "^15.5.0",
    "react-native-video": "^6.4.3",
    "tailwindcss-react-native": "^1.7.10"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "tailwindcss": "^3.3.2"
  },
  "private": true
}

This Error happens everytime the app trying do fetch updates.