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?
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.
@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