Hello Ngoni,
Seems facing issue while running the application locally.
To resolve this issue, you may try restarting your application.
Alos check with the user login into your application has access on App entity.
Hi ngoni,
1. Check your Mendix console for detailed error
Open your Mendix Studio Pro console tab (where logs show).
Look for a red or orange error log at the same timestamp.
It usually has a stack trace or exception message that gives the exact cause (e.g., NullPointerException
, Object not found
, etc.).
2. Check Microflow/Nanoflow called
This might happen when:
A microflow returns empty or unexpected output
A page or entity is restricted based on security
A deleted or non-committed object is used in a page