Not found in router group
Answered
Flávio inácio posted this in #help-forum
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.
6 Replies
Do you have a default.tsx in @articales and @relavantArticale?
@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.