Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome console error: The requested version (1) is less than the existing version (2)

The following error shows up in the Chrome console -

Uncaught (in promise) DOMException: The requested version (1) is less than the existing version (2).

What does this mean?

like image 745
Igor Avatar asked Dec 17 '15 14:12

Igor


People also ask

How to fix “this computer already has a more recent version of chrome”?

How to Fix: “This Computer Already Has A More Recent Version of Google Chrome.” Run Windows Powershell to Fix This Bug and Install Chrome. This was a rather perplexing bug I came across when trying to install Google Chrome on Windows: The full error reads: “This computer already has a more recent version of Google Chrome.

Why does my Mac say the requested version of macOS is not?

Unstable and poor Internet connection may cause the “The requested version of macOS is not available” message to appear. You can restart the router, reconnect the WiFi, change to another WiFi, or directly connect the Mac to the router with an ethernet cable. Then try to update macOS again to see whether it works.

When are chrome policies enforced on managed computers?

Enrolled browsers to enforce policies when users open Chrome browser on managed Microsoft Windows, Apple Mac, or Linux computers. Signing in is not required. Exactly when your Chrome policies are enforced depends on whether you set them for user accounts or enrolled browsers.

What should I do if Google Chrome is not working?

If the software is not working, please uninstall Google Chrome and try again.” But I didn’t have Chrome installed. It used to be, but I uninstalled it. Unfortunate, y this error occurred everytime I ran the Chrome installer and there was no way to override it. Every solution on the internet failed.


1 Answers

Found out what this is. My local storage indexed DB had a versioned record which was not matching expectation.

I think I removed all local storage. When the record was written with the updated version of the code everything worked.

like image 56
Igor Avatar answered Sep 22 '22 14:09

Igor