I have a time selector which i select to fetch the data and process it and then use serverside to save it.
I have 2 of these for creating a comparison tool , when I select the same dates only one of the progress bar fetches other one gets stuck in middle.
Anyone faced this issue or is it some bug in the progress function implementation?
hi @zodiac_jazz
welcome to the community.
Are you able to share a minimal reproducible example that we can try to interact with?
The issue was with the cache manager created 2 manager for each of the dateselector loading function that resoloved the issue.
1 Like