Skip to content

Android app tries to connect to wrong OCS endpoint #354

@rullzer

Description

@rullzer

See: nextcloud/server#1861

Basically when setting up a new account in the app it connects to /index.php/ocs/cloud/user?format=json

This might have worked for dark hackery reasons in the past. But this is not the valid OCS endpoint.

It should be ``/ocs/v2.php/cloud/user?format=json(note that you need to send theOCS-APIREQUEST: true` header.

Basically this does no longer work in NC11 because we moved OCS to the appframework.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions