Getting build errors where Plasmic is timing out on our Next.js app

RESOLVED - TY! Hey there, we’re getting build errors where plasmic appears to be timing out with our next.js app on vercel or building locally. It’s also quite slow when running plasmic pages in dev, or will sometimes not load at all.

Plasmic: doing a fresh fetch...
> Build error occurred
Error: Collecting page data for /[...catchall] is still timing out after 2 attempts. See more info here <https://nextjs.org/docs/messages/page-data-collection-timeout>

The issue appears to be with some updates to our navbar, which is also a code component. It’s showing an error about a missing react-redux context provider.