I am encountering an error with OneSignal push notifications when navigating from push notification to the screen.Invalid call of the 'OnValueCallback' client action of the 'MainFlow.Home' since the latter is not currently active. This is likely due to a platform's client action being used as an event handler or in a setTimeout function. Consider removing this call by using the 'On Destroy' event of the screen/block or moving your logic to a global client action.
Hi there,
Could you share the replication steps for this issue? Is the issue when you click on a push notification and then the app opens?Also, does it happen in Android, iOS, or both?Best regards,
Alexandre
When I click on the push notification, it redirects to the notification screen. At that time, this error sometimes occurs. This happens on both Android and iOS.