Routes that only export action
fail with Prerender: Received a 400 status code from entry.server.tsx while prerendering the /path
#12904
Labels
I'm using React Router as a...
framework
Reproduction
https://stackblitz.com/edit/stackblitz-webcontainer-api-starter-54oaxcde?file=app%2Froutes%2Fapi%2Fpokemon.ts
Run
pnpm build
, react-router fails with[react-router] Prerender: Received a 400 status code from
entry.server.tsxwhile prerendering the
/api/pokemon/path.
System Info
Used Package Manager
npm
Expected Behavior
Do not prerender resource routes
Actual Behavior
react-router tries to prerender a resource route without a loader
The text was updated successfully, but these errors were encountered: