Vercel deployment for RSC Questions

Tried dabbling with the RSC canary and tried deploying to Vercel.

It got through build it looks like, but just shows as a 404 Not found error on the actual page:
https://redwood-rsc-pokemon.vercel.app/

This is the repo:

I basically just have some data fetching from a server component and passing to client components with interactivity:

I’m wondering if Serverless and RSC Redwood will get along for one, then if there is a proper deploy setup.

I tried the Vercel Redwood defaults:

Then changing out the build and deploy commands:


It does seem to also find this which I saw some others get stuck on “Detected ENABLE_EXPERIMENTAL_COREPACK=1 and “yarn@4.1.1” in package.json”

1 Like