Unknown error while checking password

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

I’m trying to add an external storage device and, to complete the process, I need to enter the password. The password is correct, but I’m repeatedly receiving the error “Unknown error while checking password”. What can I do?

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • replace me
  • Operating system and version (e.g., Ubuntu 24.04):
    • Oracle Linux 10
  • Web server and version (e.g, Apache 2.4.25):
    • Apache 2.4.63
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • NGinx 1.26.3
  • PHP version (e.g, 8.3):
    • PHP 8.3.29
  • Is this the first time you’ve seen this error? (Yes / No):
    • Yes
  • When did this problem seem to first start?
    • Today
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • Archive
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • Yes

More informations:

  • Nextcloud 33
  • This only happens when I add S3 storage; I tested it by simulating an FTP and it worked.

Exact same issue on my installation as well. Nextcloud 33 only when adding external S3 type storage (Dreamhost vps running Ubuntu, PHP 8.4, Apache 2.4)

Same problem here, running on a fresh AIO. Can’t add S3, error message looks just like above: “unknown error while checking password”.

Hi,

Exactly same error on fresh AIO too. Do you find a fix ?

Same problem. Seems like 33 broke S3 somehow, or we’re all just doing it wrong. By any chance, how many of us are trying to use backblaze? Just trying to figure out if there are any similarities other than us all running into the same issue.

Thanks,

B

I was able to mount S3 via occ command:

docker exec -it nextcloud-aio-nextcloud bash
./occ files_external:create "MOUNT_TITLE" amazons3 amazons3::accesskey -c bucket=BUCKET -c use_path_style=true -c region=REGION -c hostname=HOSTNAME -c key=KEYID -c secret=SECRETKEY

if successful, it will say (in green) “Storage created with id {x}”

take that ID number, then

./occ files_external:scan {ID#}

And everything seems to work.