Web component Timeout / "when any Web.Timed Out" - hide URL in the alert

Whenever I use this:

Kodular is able to detect timeouts from Web components correctly, but it defaults to show an alert that displays the URL set on that particular Web instance. That might represent a security issue when deployed.

The block above results in two alerts showing when timeout occours. One with the default Kodular message + URL and right after that it shows the one with Portuguese text you see in my blocks.

Is there a way to hide that default alert or make it so it doen’t reveal the component’s URL property?

Thanks!

1 Like

Add an empty Screen.ErrorOccurred block. Just don’t put anything in there and you should be fine.

Clever! Thank you for this solution.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.