Parallel Routes 404 When Used With CacheComponent #86558
-
|
All my parallel routes become 404 when combined it with cacheComponent in new Next 16+. More detail:
When I'm at
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Hi @phuctran1203, were you able to find a solution? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm encountering the same error, currently my work around is turn that intercepted parralel route into a 'use client' file, then use the fetch function with 'use cache' in useEffect. |
Beta Was this translation helpful? Give feedback.






Hi, I'm encountering the same error, currently my work around is turn that intercepted parralel route into a 'use client' file, then use the fetch function with 'use cache' in useEffect.