Skip to content
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

Malformed Server Configuration on login screen #14612

Open
4 tasks done
MRobi1 opened this issue Feb 27, 2025 · 1 comment
Open
4 tasks done

Malformed Server Configuration on login screen #14612

MRobi1 opened this issue Feb 27, 2025 · 1 comment
Labels
0. Needs triage bug feature: authentication Authentication or accounts related needs info Waiting for info from user(s). Issues with this label will auto-stale. stable-3.31

Comments

@MRobi1
Copy link

MRobi1 commented Feb 27, 2025

⚠️ Before posting ⚠️

  • This is a bug, not a question or an enhancement.
  • I've searched for similar issues and didn't find a duplicate.
  • I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
  • I agree to follow Nextcloud's Code of Conduct.

Steps to reproduce

  1. Open android app
  2. Click login
  3. Enter server address (https://nextcloud.mydomainhere.com)
  4. Click on arrow to apply

Expected behaviour

Proceed to login page

Actual behaviour

Malformed server configuration error

Android version

14

Device brand and model

Samsung Galaxy S23Ultra

Stock or custom OS?

Stock

Nextcloud android app version

3.31.0

Nextcloud server version

Nextcloud Hub 10 (31.0.0)

Using a reverse proxy?

Yes

Android logs

/storage/emulated/0/data/nextcloud.log does not exist. There is a nextcloud directory at /storage/emulated/0/nextcloud and it is empty. Also at /storage/emulated/0/Android/media/com.nextcloud.client which is also empty. Full system search for nextcloud.log returns no results.

Server error logs

Only error in the logs on or around the time of login attempt is unrelated.

[PHP] Error: Declaration of Psr\Log\AbstractLogger::emergency($message, array $context = []) must be compatible with Psr\Log\LoggerInterface::emergency(Stringable|string $message, array $context = []): void at /var/www/html/custom_apps/integration_onedrive/vendor/psr/log/Psr/Log/AbstractLogger.php#22
	GET /remote.php/dav/
	from 127.0.0.1 by ? at Feb 27, 2025, 11:46:41 AM

Additional information

New installation of nextcloud-aio, new install of android client.

Able to login through browser, windows client and iOS client without issue. Unable to get past the server access screen on Android client.

@joshtrichards
Copy link
Member

joshtrichards commented Feb 27, 2025

I'm unable to reproduce any problems authenticating with v31 from the Android client.

In general this error indicates a server matter.

[PHP] Error: Declaration of Psr\Log\AbstractLogger::emergency($message, array $context = []) must be compatible with Psr\Log\LoggerInterface::emergency(Stringable|string $message, array $context = []): void at /var/www/html/custom_apps/integration_onedrive/vendor/psr/log/Psr/Log/AbstractLogger.php#22

/var/www/html/custom_apps/integration_onedrive

New installation of nextcloud-aio, new install of android client.

It doesn't look like this is a stock installation. You have other apps, such as integration_onedrive active, at least one of which is causing a serious problem.

Can you troubleshoot the matter via the help forum (https://help.nextcloud.com) a bit?

@joshtrichards joshtrichards added needs info Waiting for info from user(s). Issues with this label will auto-stale. feature: authentication Authentication or accounts related stable-3.31 labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage bug feature: authentication Authentication or accounts related needs info Waiting for info from user(s). Issues with this label will auto-stale. stable-3.31
Projects
None yet
Development

No branches or pull requests

2 participants