I'm working on a custom app and spent way too long debugging this error:
java.lang.NullPointerException: Cannot get property 'input' on null object on line 66 (mainPage)
The issue was I forgot to put an input
in a section
. Any chance that error message could be improved?