Routed page now shows brackets instead of data

Updated one element of my page and all has gone a bit weird:

conventional dynamic page test.php?id=35 displays as expected

If I use the same page but rewrite it using routes test/35 (route has test.php selected and path as /:id) I get nothing.

Have deleted .htaccess and replaced several times but made no difference.

Found the issue;

App Root set to body by default, needed to be changed to App Root = Page.

1 Like