The community members are discussing issues with filtering and accessing non-existent pages. One community member tried using a 404 redirect, but this also affected valid pages with no data. Another community member suggested setting the status code field to 404 and creating a section that renders when the record isn't found. There is no explicitly marked answer, but the community members are working together to find a solution.
Hey guys when i setup my filtering using the pages im able to access none existing pages. how do i block these. I tried 404 pointing towards the ok = false but it doesnt seem to work
rn to solve the problem i just 404 redirect. i just check to see if there is 0 results. but this will 404 urls which are valid but not yet populated with data.