-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
0.15.10 log in stays in the browser #35
Comments
I will have a look. However, I have currently no idea what could be the reason. Can you also provide your Nextcloud server version? |
Are you signed in if you manually navigate back in the app? |
I'm on 20.0.4-snap1 |
Hmm. Has probably something to do with the Flutter webview. I could not reproduce the issue on my lineageos device. I will leave the issue open for the time being. |
I had the same issue. Could it be the 2FA that interferes with the login flow? |
I tested yesterday with a different account on a different device and it worked (this account didn't use 2fa)
I'll catch some logcat tomorrow (if I get the time) |
2FA should not be the issue since I am using 2FA in my setup without any issues. If you find something useful in the logs let me know. Maybe I should consider switching the login flow to the browser based flow, however, this is something that will require some more time. |
What about using the account provided by the nextcloud app? Off course this would need the presence of the nc app but it's already needed for auto upload ... |
This idea is being tracked in #3. I will have to evaluate the different options and the time they will require. |
Sadly I can't reproduice it anymore ... but it happened at least once while logging :) I was not able to find any usefull information though. The log is attached as a file.
The 303 response to the POST request should redirect the client but still the following request is for the nextcloud files web UI
EDIT: i forgot to attach the log xD |
I will check it out, however, this is not a high priority issue for me since you were able to login in the end. Most likely the issue is connected either with the Flutter webview, which itself went into first stable release a few months ago, or with the missing play services, although I can not currently think of why that should matter. I will also consider if rewriting the login flow won't make this issue obsolete. Thx for the research so far 😃 |
I found the issue by chance. It is fixed in |
I can successfully log in but it stays on the sign-in activity with the mobile site of my nextcloud (browser). I'm on lineageos 17.0 with the fdroid build of this app
The text was updated successfully, but these errors were encountered: