App crashing .... Need help

My app is crashing… it is showing like this,

Can you show the blocks of your project.
OR the project link.
Have you checked the DevTools error
If so what does it say?
Also it more looks like thunkable chrashes instead of your app.

1 Like

yes the thunkable app is crashing not my app…

blocks

Why are you using a loop with an Alert? I would think that would crash your app. Use an If block, not a repeat block.

Please do not post many small posts. Edit your previous posts. This is a forum, not a chat room.

2 Likes

Replace the loop with An if/else block.
Like @tatiang said.
Looping An alert Will cause your app to lag and that causes the error.

I had a look at your app. What is it for exactly?