Error: Uncaught (in promise): VersionError: The operation failed because the stored database is a higher version than the version requested.
Author: SyedJIKCreated Sep 27, 2023Updated May 18, 2024
I'm getting various errors related to this localForage. I will list them below
- Error: Uncaught (in promise): VersionError: The operation failed because the stored database is a higher version than the version requested.
- Error: Uncaught (in promise): VersionError: The requested version (3) is less than the existing version (4).
- Error: Uncaught (in promise): TypeError: o._dbInfo is null
These errors are breaking my application. someone please help me to get rid of these issues
Source: localForage/localForage