App closes forcefully when openening a screen with a big start value

I created an app that uses a public api, but when the response is too big the app closes forcefully.

Blocks involved:

I don’t get any error, and when the response is not too big it does open a new screen.
Are there any solutions for this, or is this a bug?

147k characters does work, 341k characters doesn’t. This seems weird to me, because both are above the 16bit limit and under 32bit limit.

Thanks in advance for any reactions!

You can try storing response content in TinyDB and accessing it when needed.

Currently trying that, I have to replace all Start Value blocks with Tiny DB blocks now, and there are over 100 start value blocks xD

(I’m using a global variable so it’s easier to change if I have to change it another time)

1 Like

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