I created a dynamic collection page by binding to collection. (followed exactly this tutorial below)
It works fine when I open this dynamic collection page from the collection list but I get 404 error when I open this page url directly (not through the collection list)
I set up the parameter like the following so I assumed when I access the URL directly (e.g. /detail/3401), then the “CurrentpageParameter” would be 3401 even if I don’t go through collection list. Am I missing something?