question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deployment to Vercel is broken

See original GitHub issue

What 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: 404
  • Trying to view the deploy Function Logs will show “No Serverless Functions”: sf
  • The deploy source output has no “api” folder: outerr

This could be an issue with Vercel since everything was working fine just days ago.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:3
  • Comments:7

github_iconTop GitHub Comments

2reactions
davidsoderbergcommented, Apr 30, 2022

@ananni13 try redeploy now it worked for me, Vercel did an update yesterday

1reaction
ananni13commented, Apr 30, 2022

Yes now it’s working again, looks like it was an issue on Vercel side.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found