Howdy! I have a nested list. The records at the levels within the list are no more than 20 possibilities, so not a large query. My issue is this: this list randomly will not be shown at certain times. When I navigate away and come back then it does show. Almost like the presentation layer skips loading the whole module on the fist try. This defect is reproducible in staging preview, web preview and as a web app (production) all within SAFARI. I do not publish to native app. Anybody ever experience this?
Hello Matt @mmw209er,
Sorry to hear that. Apparently you’re not the only one.
@CH_Team I might be wrong this is very similar to the issue mentioned by @afonso here: Adalo 3.0 February Update - #16 by Santiago. Tagging you so that you can have more info / examples, hopefully this will help to identify the issue.
Best,
Victor.
Mine’s not event a nested list, just a custom list, but yes, it’s similar to my case, and it happens on safari on mobile as well.
Hi
Mine is a custom list but with the new pagination feature. It loads well with pagination turned off. With pagination, the records do not refresh. I have to go a new screen come back & it refreshes correctly. I turned on “auto refresh” but no luck
Hopefully this issue will be fixed
I’ll check this out on Chrome developer tools. Maybe I can diagnose what is happening. Looks like whatever calls the list to load to the browser just does not occur. I’ve determined this by placing a static element behind the list that would be covered up if even an empty list was loaded.
Thanks Victor! I’ll check out that thread.
My Home Screen is a nested list. To use a relatable example.
- Level 1: Library (filtered to the one the user is a member of)
- Level 2: Books (filtered to a certain category of books)
Right now my app has only two libraries and about 50 books. Hopefully I am not taxing the system too much to generate the list.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.