Skip to content

Fix status code for prerendered pages#613

Open
FedOken wants to merge 1 commit intoBlockstream:masterfrom
FedOken:fix/prerender-server-return-code
Open

Fix status code for prerendered pages#613
FedOken wants to merge 1 commit intoBlockstream:masterfrom
FedOken:fix/prerender-server-return-code

Conversation

@FedOken
Copy link

@FedOken FedOken commented Mar 5, 2026

No description provided.

return res.sendStatus(resp.errorCode)
}

res.status(resp.status || 200)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should pass through 5xx errors to the client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants