fairDataSociety / fairdrive-theapp

The main app to browse Fairdrive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caching issue with data accessibility across different devices

IgorShadurin opened this issue · comments

During some recent testing, it was observed that the caching mechanism seems to be experiencing inconsistencies across different devices. Here is the scenario to reproduce the issue:

  1. Login to the web desktop version of Fairdrive.
  2. Login to the web mobile version of Fairdrive.
  3. Try creating a pod/directory/file on the web desktop version.
  4. Attempt to access these data on the mobile version.

The issue is that, in some instances, the data isn't accessible on the mobile web version but appears available when accessed via Incognito mode.

Expected Result:
The data should be consistently accessible across different devices.

Actual Result:
Inconsistent data accessibility observed, with data sometimes not being available on the mobile web version but accessible in Incognito mode.

This issue needs to be further investigated to identify the exact situations in which it occurs, and a fix should be implemented to resolve it.

@tamas6