#Dynamic routes with fallback make the 404 render for each route

2 messages · Page 1 of 1 (latest)

abstract needle
#

Following problem: When we have a [...slug].js catchall with fallback: true, the 404 page is not used statically, instead the 404 page gets rerendered for every route that returns notFound: true.