AfzalA
Convex Community5w ago
2 replies
Afzal

As per the new nextjs 16 when

As per the new nextjs 16 when cachecompoent enabled, the convex auth provider is causing path blocking as per nextjs convention asking to add suspense and dynamic things block the whole path is not added in suspense. But then if I add suspense in the root layout then every page would become dynamic render. How to solve this?
Was this page helpful?