Next.js Discord

Discord Forum

Parallel Routes and root layout

Unanswered
Florida White posted this in #help-forum
Open in Discord
Florida WhiteOP
Hello everyone,

I'm trying to use edge runtime on all my website (so defined in root layout.tsx).
But because i have a search with hooks, I try to isolate the search part on a parallel route running 'use client' and explicit nodejs runtime.
Problem is I got a lot of bugs.
And it doesn't run on every page after reload.
Am I doing something impossible ?

0 Replies