FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: Handler is not set on element
I'm doing a MAUI migration in my own project and I'm stumbling with the following error, please support me. FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: Handler is not set on element
Let's talk about when this error occurs. We are currently building an app with MAUI. One of the features of the app is push notifications. When you press the push notification, it transitions to the app as a normal operation, but when you go to the home screen and press the push notification with the app in the background, the above error is detected. The location of the error is base. OnCreate(bundle); It can be seen in. What measures should be taken to eliminate the error?