Live test not working on project

The live test isn’t working on this project. It shows the outline of the user interface and then goes blank.
https://x.thunkable.com/copy/52e8402e01e3caf171f9051ced4b534e

It’ll do that if it crashes. When it happened to me last week, I eventually discovered that trying to round a number to a specific number of decimal places when I had a null string instead of a number was a good way to crash.

Does it work when loaded on tablet/phone?

Debugging suggestion: Save each of your screens as a saved screen, start new projects, and load one screen into each new project. If you find one screen crashes the interface, you’ll know where to look. Then I’d start disconnecting blocks until the behavior stopped.

Thank you for the tip. I ended up saving the screens and then creating a new project and copying the screens from the original project and it works. I think the project was created before an update.

1 Like