I am following the guide on creating dynamic pages by use data from a GraphQL query using the [:dynamic-slug] syntax. While the documentation mentions creating dynamic pages, it doesn’t specify the maximum number of nesting levels supported.
In testing:
- Page settings: [:dynamic-slug] is applied after /rent
- I found that URLs with four levels (e.g., /en-ca/rent/1/2/3/4) work as expected,
I’m display [:dynamic-slug] out after “REQUEST”
- but adding a fifth level returns a 404 error (e.g., /en-ca/rent/1/2/3/4/5).
This differs from the usual support of five levels for normal dynamic pages.
Is the maximum limit for [:dynamic-slug] syntax four levels, or is there a configuration to allow a fifth level or it is actually a bug?


