404 - file not found for file: visualization/tc/mIqR../ps

0
I'm encountering an error while loading a JT file in the 3D viewer_TC module in my Mendix application. The error message indicates a "404 - file not found" issue for the file path "visualization/tc/mIqR../ps". What maybe the reasons for this error message? I can see in the debugger, model ID and name loaded correctly
asked
1 answers
0

The "404 - file not found" error for the JT file in the 3D viewer_TC module likely stems from an incorrect or malformed file path. Verify that:

- The JT file is correctly located in the expected directory

- The file path is properly constructed in the module's configuration

- Check for proper access permissions

answered