Next.js Discord

Discord Forum

Disabled javascript/streaming - content not visible, loader all time

Unanswered
raf posted this in #help-forum
Open in Discord
rafOP
Hello everyone, I found a bug report https://github.com/vercel/next.js/issues/50150
and also I am facing now with simillar issue. We have page scaffold and we are rendering components via suspense/streaming. Everything was looking ok until we disabled js on the browser and see that content is not showing. Instead we have loaders visible. I know the crawlers can interpret javascript but requirement for us is to have content with disabled js.
Also I think it should work that way that content event with suspense should be visible. Can you tell me if this is known behaviour or maybe something can causing this kind of issue or you got some tips how to avoid that.
We don't want to leave streaming approach cause this will affect performance
I would be grateful for any help

0 Replies