Next.js Discord

Discord Forum

Metadata Routes not working with Route Groups

Unanswered
Thrianta posted this in #help-forum
Open in Discord
ThriantaOP
Upon first try, it seems as if I can't store metadata routes (opengraph-image.jpg, robots.ts, etc) in a route group.

I want to move them, for example, from src/app/robots.ts to src/app/(metadata)/robots.ts. But when I do this I get a 404 when visiting http://localhost:3000/robots.txt

0 Replies