Good morning,
I am seeing the following error for my app in the ERA Viewer:
Error Name: Invalid Value
Occurrences: 1
First Occurrence: 2026-01-14
Last Occurrence: 2026-01-14
Devices:
Edge® 1040 / 1040 Solar: 30.12
App Versions: v1.1.2.1
Languages: fre
Backtrace:
BasePageMenuInitializationTasks.invoke:89
AsyncTaskQueue.executeTasks:119
The error occurs in the following if statement. The equals function used is the standard Object.equals() implementation.
if( _pageMenu.equals( WatchUi.getCurrentView()[0] ) ) {
}
Based on your experience, what could trigger an Invalid Value error at this point? Could getCurrentView()[0] being null be the cause?