Yoli IchtacaY
Convex Community2y ago
6 replies
Yoli Ichtaca

Deployment Issue - Next.js 14.1.0 + Convex

I'm getting this Suspense error about useSearchParams in my components. Funny thing, none of them have a use for useSearchParams. Any ideas?

A possible solution is to

module.exports = {
experimental: {
missingSuspenseWithCSRBailout: false,
},
}

but that will be removed in future updates
Screenshot_2024-01-29_at_8.04.16_PM.png
Was this page helpful?