abacritt / angularx-social-login

Social login and authentication module for Angular 17
634 stars 387 forks source link

"error":"popup_closed_by_user" #515

Closed Adilshaikh8003 closed 2 years ago

Adilshaikh8003 commented 2 years ago

2core.js:4197 ERROR Error: Uncaught (in promise): Object: {"error":"popup_closed_by_user"} at resolvePromise (zone-evergreen.js:798:1) at resolvePromise (zone-evergreen.js:750:1) at zone-evergreen.js:860:1 at ZoneDelegate.invokeTask (zone-evergreen.js:399:1) at Object.onInvokeTask (core.js:27425:1) at ZoneDelegate.invokeTask (zone-evergreen.js:398:1) at Zone.runTask (zone-evergreen.js:167:1) at drainMicroTaskQueue (zone-evergreen.js:569:1) at invokeTask (zone-evergreen.js:484:1) at ZoneTask.invoke (zone-evergreen.js:469:1)


package.json { "name": "angular-google-auth", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "~10.0.0", "@angular/common": "~10.0.0", "@angular/compiler": "~10.0.0", "@angular/core": "~10.0.0", "@angular/forms": "~10.0.0", "@angular/platform-browser": "~10.0.0", "@angular/platform-browser-dynamic": "~10.0.0", "@angular/router": "~10.0.0", "angularx-social-login": "^3.5.7", "bootstrap": "^4.5.0", "rxjs": "~6.5.5", "tslib": "^2.0.0", "zone.js": "~0.10.3" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1000.0", "@angular/cli": "~10.0.0", "@angular/compiler-cli": "~10.0.0", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "codelyzer": "^6.0.0-next.1", "jasmine-core": "~3.5.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~3.3.0", "karma-jasmine-html-reporter": "^1.5.0", "protractor": "~7.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", "typescript": "~3.9.5" } }

Heatmanofurioso commented 2 years ago

Hey. This is a duplicate issue of https://github.com/abacritt/angularx-social-login/issues/489

We're deploying today a fix for the issue, if you can try it. For any discussions regarding the Google Authentication issue, please try to have it there, so we follow it up on a single thread.