Next.js Discord

Discord Forum

Not found in router group

Answered
Flávio inácio posted this in #help-forum
Open in Discord
Does anyone know where the error is? When I try to access the directory [link]/blog, it returns 'not found,' but [link] works fine. When I removed the layout [link], the pages loaded, but without the layout.
Answered by Ray
You need that otherwise it will throw 404 for unmatched route
View full answer

6 Replies

Do you have a default.tsx in @articales and @relavantArticale?
@Ray Do you have a default.tsx in @articales and @relavantArticale?
No
@Flávio inácio No
You need that otherwise it will throw 404 for unmatched route
Answer
Why is the default necessary?
@Flávio inácio Why is the default necessary?
For unmatched route
Thanks!! It's working.