Expand your domain modelling skills // Creating the Match_Overview

0
Here's a rewritten version of your question: I'm currently working on building the Match_Overview page as part of my training. I need to display this page when a specific navigation item is clicked. However, I'm encountering an issue - every time I try to access the page, I receive the following error. Could you please assist me in resolving this issue? Error Screenshot: This will help me better understand the context and provide more accurate guidance.
asked
1 answers
0

I think you have a page parameter 'Match' specified on this page. You can find the page parameters in the properties of the page.

You probably can remove the Match object safely without errors.

 

You cannot have a page with page properties accessed directly from navigation as the page parameter is not available there.

answered