next-react-server-components
next-react-server-components copied to clipboard
The SSR + Api delay example is broken
Hey The ssr + api delay example is broken. I get an error 500 on: https://next-news-rsc.vercel.sh/ssr
Thanks in advance! :)

Seems to be fixed (at least for me).
Seems to be fixed (at least for me).
Okay, that is strange yeah, mine still gives the error. All the others work except for that one
Same problem for me as well.
Vercel's specification seems to cause an error if the SSR process exceeds 1.5 seconds. As a workaround, I created a hybrid SSR-Streaming process.
https://next-streaming.vercel.app/ https://github.com/SoraKumo001/next-streaming
It performs static SSR within the limit of 1.4 seconds, and switches to SSR-Streaming when it times out.
This should be resolved, but please let me know if you see it not working 😄