Publish web app - stuck on logo screen

I’m starting a separate thread for this. I’m doing a “publish web app” the pro feature.

The app runs fine in “Live test” but when I go and use the “publish web app” link it is stuck on the logo screen. With no debug info. How do I troubleshoot this?

https://thunkable.site/w/e5zPR83jh

Thanks in advance

1 Like

Very difficult to give any advise with such general and short info.

2 Likes

Thanks @muneer - there was a separate thread about a this (and one other matter) last week that had project links etc.


@exploriverse.com there are a number of instances when your app opens where you are attempting to get the value of a stored variable before it has been set. To fix this, the “straightforward” solution would be to initialise these stored variables with some placeholder value. This does however pose a bigger question about the number of variables you currently have in your project and whether or not this approach is the best approach for your use case.

Screenshot 2022-02-15 at 17.06.15

1 Like

@domhnallohanlon
Question. What order do these happen in? Knowing this I can fix the problem.
1.) Initialize variables
2.) when screen Opens
3.) when screen Starts

1 Like

2 and 3 are in the wrong order. The order is 1, 3, 2

1 Like

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