Deployment to Vercel is broken
See original GitHub issueWhat version of Remix are you using?
1.4.3
Steps to Reproduce
- Create a new Remix App with
npx create-remix@latest
- Select “Just the basics” and “Vercel”
- Push to a Github repo, deploy to Vercel with “Remix” preset
Expected Behavior
- Project builds and deploys without issues
Actual Behavior
- Project apparently builds without issues
- Visiting the deploy will throw the default Vercel 404:
- Trying to view the deploy Function Logs will show “No Serverless Functions”:
- The deploy source output has no “api” folder:
This could be an issue with Vercel since everything was working fine just days ago.
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:7
Top Results From Across the Web
Troubleshoot a Build – Vercel Docs
Sometimes, your Deployment Build can hit platform limits so that the build will be cancelled and throw a corresponding error that will be...
Read more >How to fix Next.js Vercel deployment module not found error
If the symbolic link is broken, you will need to find and fix the cause of the broken link during the deployment process....
Read more >Vercel **[Broken]** | TeleDrive
Note. We'll using Vercel CLI for deployment. So, don't need to import repository from Vercel dashboard. First, login to your Vercel account: vercel...
Read more >Deploying project on Vercel not working - Plasmic Community
Hi guys, I am having an issue when I deploy my project on Vercel. The error message on Vercel looks like this: FetchError:...
Read more >NextAuth middleware is broken on Vercel : r/nextjs - Reddit
Is anyone else running into a bug that causes an infinite redirect with NextAuth's middleware after it's deployed to Vercel? I keep getting…...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ananni13 try redeploy now it worked for me, Vercel did an update yesterday
Yes now it’s working again, looks like it was an issue on Vercel side.