Contact system administator error

0
An error has occurred while handling the request. [User 'Anonymous_88713846-c606-4de6-bdde-0cbabba12bc7' with session id 'f7a6b6a4-XXXX-XXXX-XXXX-XXXXXXXXff7a' and roles 'User']   im running my app locally, can anyone assist with solutions for this error
asked
2 answers
5

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.

 

image.png

answered
0

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

answered