The recent days we have gotten this error when loading the app:
Unable to load initial data for app
RequestTimeoutError: Server did not respond in time
We thought this was a temporary issue, but it’s still happening after a few days.
The recent days we have gotten this error when loading the app:
Unable to load initial data for app
RequestTimeoutError: Server did not respond in time
We thought this was a temporary issue, but it’s still happening after a few days.
Hi,
How many objects are you attempting to read in your app? This error might occur if you attempt to read to much on app load.
Can you also check your App Validation errors? Please send a screenshot if there are any errors there.
// Erik
Hi,
Can I send you a DM?
For others with the same issue,
This was most likely caused by many large datasources that were unable to load in time. Removing the datasources fixed the issue.
// Erik