[Solved] Built app doesn't respond to clicks

Thank you for sharing the URL. There was a bug from last week caused by having a function with an output (return) will cause all other components on the page to also not function.

Screenshot 2024-04-11 at 10.21.41 AM

Can you add a new block (e.g. a new click event) into the screen so that the code can recompile for the updated code after the bug fix? This should solve the issue and you should be able to have clicks working again.