How to return custom status code (429) with React Server Components? #50149
Unanswered
moroshko
asked this question in
App Router
Replies: 3 comments 2 replies
-
I don't think server components was meant to replicate traditional client/server semantics. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@moroshko Posted #53225 before working on it, can you confirm if this is what you are requesting? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Posted a reply here: #53225 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With
getServerSideProps
, when data is fetched and 429 (Too many requests) is returned, I do:How do I translate this response logic when fetching the data using React Server Components?
Beta Was this translation helpful? Give feedback.
All reactions