Hi Corina,
Since you're using Mendix 11.8, my first suspicion would be a widget compatibility issue rather than a problem with the page itself.
The error message specifically mentions:
"The page includes a broken widget"
and
"Please check that all your widgets are React Client compatible"
This usually happens when a Marketplace or custom widget is not fully compatible with the React Client.
If you want to keep your current widget versions, the first thing I would try is temporarily disabling the React Client:
App Settings → Runtime → Use React Client = No
If the page starts working after that change, it is a strong indication that one of the widgets is not React Client compatible.
If the issue remains, I would then try:
After that, check whether MyFirstModule.Home contains any Marketplace or custom widgets. If it does, try updating them to the latest version or removing them temporarily to identify the one causing the issue.
Could you share whether the Home page contains any Marketplace widgets and if the issue started after installing or updating one of them?
I hope this helps answer your question. If you need any additional details, feel free to reply below.
Best regards,
Oswaldo Valles