mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[GH-ISSUE #1250] Can not log in to my nextcloud instance #833
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#833
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akallabeth on GitHub (Sep 8, 2022).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1250
Which version of floccus are you using?
4.17.1 (F-Droid)
Sync method
Nextcloud Bookmarks
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
grapheneos (android 13) pro
Which version of Nextcloud Bookmarks are you using? (if relevant)
No response
Which version of Nextcloud? (if relevant)
23.0.8.1
What kind of WebDAV server are you using? (if relevant)
No response
Describe the Bug
When trying to log in to the nextcloud instance, the password is not accepted.
App-Passwordwhich works fine (texted with other services by copy/paste)Expected Behavior
Credentials accepted, floccus working on my device
To Reproduce
App-Passwordgenerated for the specific app)Debug log provided
@marcelklehr commented on GitHub (Sep 8, 2022):
Floccus uses Nextcloud's login flow which allows you to use your normal password and 2factor authentication when authenticating for floccus access. Can you try your normal credentials?
@akallabeth commented on GitHub (Sep 8, 2022):
@marcelklehr sorry for the dealy,
also did not work.
Works for the nextcloud client and browser on the same device though.
FYI: Got 2FA set up with a yubikey or OTP tokens as second factor
@akallabeth commented on GitHub (Sep 8, 2022):
Also of interest: Floccus from my firefox on debian (laptop) syncs to the same instance/account without any issues.
@b-m-f commented on GitHub (Sep 27, 2022):
Hitting the same issue.
Logs from instance:
@marcelklehr commented on GitHub (Nov 17, 2022):
Sorry for the delay.
@akallabeth What happened?
@b-m-f That error looks like a server side issue. Logging in with login flow shouldn't trigger an exception.
@akallabeth commented on GitHub (Nov 17, 2022):
@marcelklehr the credentials did not log me in, the page refreshed promted again
@marcelklehr commented on GitHub (Nov 26, 2022):
Sometimes you need to log in twice. Nextcloud has a bug regarding that
@akallabeth commented on GitHub (Nov 28, 2022):
@marcelklehr does not work. did fix that by downgrading to an older version though (
v4.15.0)@mottech20 commented on GitHub (Dec 12, 2022):
Related https://github.com/nextcloud/server/issues/33187 ?
@marcelklehr commented on GitHub (Dec 12, 2022):
Nice catch @mottech20
@akallabeth commented on GitHub (Dec 15, 2022):
Nice catch indeed, but that does not resolve this issue (it also does not work with normal passwords except with the older version mentioned, where I can log in perfectly)
@mottech20 commented on GitHub (Dec 15, 2022):
@akallabeth I couldn't wait for the new release, so I just went and edited the
ClientFlowLoginV2Controller.phpon my docker container. I was able to login with app password afterwards. Quiet easy if you have access to the instance.@mottech20 commented on GitHub (Dec 15, 2022):
@marcelklehr Tangential but if the login could utilize Android's built-in accounts similar to what the Notes and Talk app do (using accounts registered from the main NC app), it would be ideal.
@ingelumer commented on GitHub (Dec 21, 2022):
@mottech20 many thanks for your hint to edit the file directly in Docker.
It brought me a step further, but actually to the next login issue.
For anyone running into same trouble where Nexrcloud authentication was not succeeding this might help you.
I found that using the Floccus app the login process referred to a http login page, so removed https.
When using the Chrome extension my login did not succeed after Zugriff gewähren.
This fix was solving the issue, run following command in your nextcloud docker instance:
docker exec -it -u www-data NAME_NEXTCLOUD_CONTAINER bash -c './occ config:system:set overwriteprotocol --value="https"'Source: https://help.nextcloud.com/t/zugriff-gewaehren-laedt-ohne-ende/46622/7
@marcelklehr commented on GitHub (Jan 8, 2023):
This is sadly not possible due to incompatible technologies used :/
@marcelklehr commented on GitHub (May 21, 2023):
Closing this as a nextcloud setup issue.
@github-actions[bot] commented on GitHub (May 21, 2024):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.