Next.js Discord

Discord Forum

Route Groups cause error

Unanswered
Flávio inácio posted this in #help-forum
Open in Discord
Has anyone else had this issue? When accessing the directory /, it's returning this error. However, when moving page.tsx out of (home), it works normally. And it seems that when accessing /, it redirects to /[link].

3 Replies

No errors are returned during the build generation.
If I place the layout in (home), the error persists and still generates this error during the build.
If I remove @filterBar and @searchField, the pages start working again.