Your client_secret.json file should have the following line:
"redirect_uris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost"]
instead of lines as below:
"javascript_origins": [ "http://localhost:8080", "http://localhost:1453", "http://127.0.0.1:1453", "http://localhost" ]
You can also change the chain in client_secret.json from web to installed or vice versa.
Cagcak
source share