Expo Deployment gives 404: NOT_FOUND #7260
Replies: 2 comments
-
Have you found a solution to this problem yet? For additional context, I've configured the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
My Expo project is successfully built but when i visit the app, it says 404: NOT_FOUND
Example
https://nxtjob-community.vercel.app/
Steps to Reproduce
Vercel.json file
{ "buildCommand": "npx tailwindcss -i ./src/global.css -o ./node_modules/.cache/nativewind/global.css.web.css && expo export -p web", "outputDirectory": "dist", "devCommand": "expo start --web", "installCommand": "npm install --legacy-peer-deps", "cleanUrls": true, "framework": null, "rewrites": [ { "source": "/:path*", "destination": "/" } ] }
Beta Was this translation helpful? Give feedback.
All reactions