353
Views
5
Comments
Solved
Error in Service Center on Splash Screen | Mobile App
Question

Hi,

I am facing below two error on Splash Screen in Service Center Log:


Invalid call of the 'TriggerOnUpgradeProgress' client action of the 'Common.Splash' 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.


Invalid call of the 'TriggerOnLoadComplete' client action of the 'Common.Splash' 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.


Any Help, Much Appreciated.

Thanks

2018-10-01 06-26-56
Priyanka Darokar
Solution

assif_tiger wrote:

Hi,

I am facing below two error on Splash Screen in Service Center Log:


Invalid call of the 'TriggerOnUpgradeProgress' client action of the 'Common.Splash' 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.


Invalid call of the 'TriggerOnLoadComplete' client action of the 'Common.Splash' 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.


Any Help, Much Appreciated.

Thanks

Please Check following link: https://www.outsystems.com/forums/discussion/34920/mobile-apps-how-to-use-ondestroy-to-avoid-invalid-call-of-the-error/


Hope it may help!


2024-03-25 06-19-08
Harlin Setiadarma

So for resurrecting old post, but I'm facing the same exact problem.

And the answer above doesn't help, since this is built-in splash screen (unmodified).

I cannot destroy the event/setTimeOut because I don't have the object.

Any help, much appreciated.


2018-12-04 15-29-30
Michiel Moens

Hi Harlin,

Did you find a solution? I have the same error.

2024-03-25 06-19-08
Harlin Setiadarma
2022-05-05 09-50-11
Venkata Sri Sai Teja Rayaprolu

Hello,

I am facing the same error.

Does anyone have solution for this?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.