Replies: 1 comment 11 replies
-
|
Right now, we don't provide an explicit way because react components can't always send 404 response. I'm not sure what will be best practice, but one of ideas will be:
Even though we could respond with 404 for SSR, RSC with 404 might not be handled well. Any thoughts? @tylersayshi @rmarscher @pmelab |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the slug of a segment route page isn't found I want to render a not-found page.
I can easily render some not-found content, but how do I get a 404 http response code?`
Beta Was this translation helpful? Give feedback.
All reactions