We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I've a problem to login with strava. I can see correct login page, but when i click in Login with Facebook (inside modal window strava) it close!
I push in "Acceder con strava", and I can see this:
Well, i push in "Login using Facebook" and... it close!
And I've this error in xcode:
2020-02-05 12:33:20.151774+0100 MyApp[16786:264640] WF: === Starting WebFilter logging for process MyApp 2020-02-05 12:33:20.151967+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null) 2020-02-05 12:33:20.152148+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO 2020-02-05 12:33:22.877335+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null) 2020-02-05 12:33:22.877464+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO 2020-02-05 12:34:04.118692+0100 MyApp[16786:263932] CDVWebViewDelegate: Detected redirect when loadCount=0 2020-02-05 12:34:04.456881+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null) 2020-02-05 12:34:04.457091+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO 2020-02-05 12:34:04.539659+0100 MyApp[16786:263932] webView:didFailLoadWithError - -999: The operation couldn’t be completed. (NSURLErrorDomain error -999.) 2020-02-05 12:34:04.578877+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null) 2020-02-05 12:34:04.579962+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO 2020-02-05 12:34:04.684562+0100 MyApp[16786:263932] ERROR: {"line":109933,"column":33,"sourceURL":"ionic://localhost/vendor-es2015.js"}
My ionic info:
Ionic:
Ionic CLI : 6.0.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 4.11.10 @angular-devkit/build-angular : 0.801.3 @angular-devkit/schematics : 8.1.3 @angular/cli : 8.1.3 @ionic/angular-toolkit : 2.1.2
Cordova:
Cordova CLI : 8.0.0 Cordova Platforms : ios 5.1.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and 5 other plugins)
Utility:
cordova-res (update available: 0.9.0) : 0.6.0 native-run : not installed
System:
ios-deploy : 1.10.0 ios-sim : 8.0.2 NodeJS : v10.15.3 (/usr/local/bin/node) npm : 6.11.2 OS : macOS Catalina Xcode : Xcode 11.3.1 Build version 11C504
Any ideas??
The text was updated successfully, but these errors were encountered:
Ah! If i try login in strava with normal credentials (without facebook), email and pass.... work it !
Ideas?
Sorry, something went wrong.
No branches or pull requests
Hi!
I've a problem to login with strava. I can see correct login page, but when i click in Login with Facebook (inside modal window strava) it close!
I push in "Acceder con strava", and I can see this:
Well, i push in "Login using Facebook" and... it close!
And I've this error in xcode:
2020-02-05 12:33:20.151774+0100 MyApp[16786:264640] WF: === Starting WebFilter logging for process MyApp
2020-02-05 12:33:20.151967+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null)
2020-02-05 12:33:20.152148+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO
2020-02-05 12:33:22.877335+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null)
2020-02-05 12:33:22.877464+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO
2020-02-05 12:34:04.118692+0100 MyApp[16786:263932] CDVWebViewDelegate: Detected redirect when loadCount=0
2020-02-05 12:34:04.456881+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null)
2020-02-05 12:34:04.457091+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO
2020-02-05 12:34:04.539659+0100 MyApp[16786:263932] webView:didFailLoadWithError - -999: The operation couldn’t be completed. (NSURLErrorDomain error -999.)
2020-02-05 12:34:04.578877+0100 MyApp[16786:264640] WF: _userSettingsForUser : (null)
2020-02-05 12:34:04.579962+0100 MyApp[16786:264640] WF: _WebFilterIsActive returning: NO
2020-02-05 12:34:04.684562+0100 MyApp[16786:263932] ERROR: {"line":109933,"column":33,"sourceURL":"ionic://localhost/vendor-es2015.js"}
My ionic info:
Ionic:
Ionic CLI : 6.0.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 4.11.10
@angular-devkit/build-angular : 0.801.3
@angular-devkit/schematics : 8.1.3
@angular/cli : 8.1.3
@ionic/angular-toolkit : 2.1.2
Cordova:
Cordova CLI : 8.0.0
Cordova Platforms : ios 5.1.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and 5 other plugins)
Utility:
cordova-res (update available: 0.9.0) : 0.6.0
native-run : not installed
System:
ios-deploy : 1.10.0
ios-sim : 8.0.2
NodeJS : v10.15.3 (/usr/local/bin/node)
npm : 6.11.2
OS : macOS Catalina
Xcode : Xcode 11.3.1 Build version 11C504
Any ideas??
The text was updated successfully, but these errors were encountered: