Hi, I am Iraj
project share link: Thunkable
When I run a live test on my tablet or phone it shows "
[Something has gone wrong. Check your blocks and reset this page]
can you please tell how to fix it? Please ASAP
THANKYOU
Hi, I am Iraj
project share link: Thunkable
When I run a live test on my tablet or phone it shows "
[Something has gone wrong. Check your blocks and reset this page]
can you please tell how to fix it? Please ASAP
THANKYOU
Hi and welcome to Thunkable. That error means that your app crashed. When exactly does that happen?
Edit: why are you forever looping this block?
Doing something immediately and forever without any delay is going to cause the memory of the device to fill up and create a crash.
Like without that block it still doesn’t work something else is the problem thankyou for listening to me.I appreciate you so much. And that was just for test sorry for that.
I need to know exactly when the app crashes. One way to determine this is on every screen put When screen opens, change label to [screen name] or some other unique value like 1, 2, 3, etc. and wait 1 second. Then, when the app crashes you will have seen the last value that worked. Like this:
1
2
crash
That means the crash happens after “2” but before “3”.
It crashes immediately. Something is corrupted in your navigator. I believe this is a known issue but I’m not remembering what the cause is.
Edit: I isolated Screen1 without any other screens or the navigator and it still crashed. I then deleted the first few components and it stopped crashing when set up like this: