How to clear cache in various browsers.
Sometimes if app doesn't load on your browser, it could be a local cache issue with your browser. To clear the cache follow these steps
Firefox
- Open the app and right click anywhere on the screen and select inspect from the menu. This will open the web developer tools.
- Select storage tab from the tabs on the top, if storage is not visible click on >> to reveal it.
- Here select "Local storage" from the list and right click on the "https://bundles-live.profitlabs.shop" domain.
- Click on Delete all, this will delete all the local storage values stored by the app.
Chrome
- Open the app and right click anywhere on the screen and select inspect from the menu. This will open the web developer tools.
- Select "Application" tab from the tabs on the top, if storage is not visible click on >> to reveal it.
- Here select "Local storage" from the list and right click on the "https://bundles-live.profitlabs.shop" domain.
- Click on Clear, this will delete all the local storage values stored by the app.