I have tried to SSR for special URL but failed. In my experience, I can control the response according to the url by using Bun. However, it cannot works when the response that using renderToString function, but it works for the response which is string. I think renderToString has some issues that I have to deal with if I want to SSR in some conditions.