The operation * cannot accept the arguments

opening a screen result in this bug


blocks (1)

component_event

You are multiplying sonewhere in your blocks and you try to multiply 1 by an empty string, which obviously does not work

Screenshot_20241230_125912_DuckDuckGo

Before multiplying make sure that both values are not empty

Taifun

but you see i just initialize the screen nothing else

and it works fine in companion
it only occurs when app is exported to apk

probably your issue is on screen coind or in the previous screen
Taifun

then why is it working in companion

without having more information unfortunately I do not know
Taifun

Check all the global variable .