[Potential Bug?]Maximum Nesting Levels Supported by [:dynamic-slug] Syntax for Dynamic Pages

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:

  1. Page settings: [:dynamic-slug] is applied after /rent

  1. 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”

  1. 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?

Hi, @iqoOopi :waving_hand: Thanks for reaching out. I’ll flag this to the team that owns these endpoints. I’ll update here with any additional information.

Thank you! — Jaycee

Thanks @Jaycee_Lewis

Any news?