T
TanStack5mo ago
fair-rose

Disable SSR for route

I am using "react-json-view" in one of my routes and this cause error in image, so I try to disable SSR for this route with " ssr: false," but still get same error, why ?
No description
3 Replies
ambitious-aqua
ambitious-aqua5mo ago
can you please provide a complete minimal example as a git repo?
fair-rose
fair-roseOP5mo ago
It's a private work repo, but the case is I have /logs route and in it I use json viewer lib witch uses document, so this throw error as we use ssr, I try to disable it within route options with ssr to false, but still same error, I am using virtual file routes for my routes if this helps
ambitious-aqua
ambitious-aqua5mo ago
no this does not help needs a reproducer

Did you find this page helpful?