Unclear error regarding JSON file after opening application
0
I'm experiencing issues with my Mendix application in Studio Pro (version 10.20). When attempting to make changes or compile the app, I encounter an error. However, the error message lacks specific details regarding the file location. To better understand the issue, I've reviewed the JSON structures within the application but haven't found any errors reported by Mendix. Additionally, I've opened the JSON files in Visual Code Studio without encountering any issues. I've tried downgrading the project's compilation version to 10.19 using the MPR tool, which was a working configuration previously. Unfortunately, the error persists even after switching to version 10.19. The error now appears at position 291817 (line 1 column 291818) in a different location within the file. Can you provide guidance on resolving this issue?
asked
Łukasz Walczak
1 answers
0
After more than 6 hours of searching (!), I found the reason: it is the buggy Searchable Selector widget (version 6.2.0+). This is what was causing the problems. After restoring the widget to an older version, everything works fine. I have to replace it with the Combo Box anyway, in order to avoid similar adventures in the future