Every time I refresh my page the data is lost or not displayed as if no data has loaded. Why does this happen?
regars
Every time I refresh my page the data is lost or not displayed as if no data has loaded. Why does this happen?
regars
Are you using a collection with filter on them? Are these filters using some variables on the page or previous page?
no, I am not using filters. But I feel it loses the auth token every time I refresh.
Have you the automatic fetch enable or are you doing the fetch yourself on page load?
yes, I do a search when the page is loaded. I do a search from the collection.
but, I did a test by removing the search and the data loss still happened when I refreshed the page.