Application fails to fully initialize due to what could be a task queue infinite loop, preventing frontend build and normal operation despite studio pro console logs showing "Mendix Runtime successfully started, the application is now available." I can go to localhost:<port>/login.html in browser after the above log message. After I see the login page, I see blank pages in the app and a log in browser console that says it couldn't find 'dist/index.js' file. From what I can see: dist directory does not get created in my project's deployment directory. Attempted Solutions: 1. Cleared deployment folder completely 2. Disabled AfterStartup microflow 3. Disabled all Scheduled Events that exist in the project 4. Created manual dist folder structure 5. Changed runtime ports (verified no conflicts) 6. Uninstalled and re-Installed all versions of studio pro 7. Uninstalled and re-Installed all pre-installed versions of Java 8. Uninstalled and re-Installed all pre-versions of node 9. Installed gradle9.0 Last option: Reset windows and start from scratch. Additional Context: Issue persists across multiple app restarts, computer restarts, multiple branches on multiple projects, fresh project pulls from version control, etc. This happens on my machine. Other team members on the same project with same configurations and exact same computers also do not face this issue. This happens across all projects on Mendix Studio Pro 10.24.xx. I do not see this issue happening on projects that still use 10.22.0 or below versions on the same computer.
From the message I understood that only your machine is having the issue with mendix then It might be due to incorrect node.js version[npm -v ->Mendix expects npm 9.x.] installed or Some antivirus tools block file creation in deployment\web\dist.
Run where node and where npm to confirm paths match your teammates.
Sometimes multiple Node.js installs cause conflicts.
if both didnt help Try installing Mendix 10.24.11 (latest patch) since several frontend build bugs were fixed.
If not kindly share more information including the node version,system info.