Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.13 KB

eas-update-missing-headers.md

File metadata and controls

15 lines (8 loc) · 1.13 KB

Missing Headers in EAS Update

You've made a request to EAS Update without the required request headers.

Fetching manually

If you are manually fetching the manifest from the Expo servers with a command like wget or curl, you can specify the missing information in query parameters instead of request headers for an easier debugging experience. See more details here.

Prebuild

If you've encountered this error after running npx expo prebuild and have built locally instead of using EAS Build, make sure you've followed the correct steps to configure EAS Update. See here and here for more information.

Verify configuration

If your app is encountering this error and you've already completed the setup guide, verify that you've configured EAS Update correctly by following this guide.