Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1eb45724 authored by Tobias Kaminsky's avatar Tobias Kaminsky Committed by GitHub
Browse files

Merge pull request #258 from nextcloud/troubleshooting

Add troubleshooting section to README.md
parents 2c1fe957 01a6407d
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ public class MyActivity extends AppCompatActivity {
}
```

6. WebDAV
#### 6. WebDAV

The following WebDAV Methods are supported: `PROPFIND` / `MKCOL`

@@ -366,6 +366,12 @@ Once the user clicks on "Allow" in the login dialog, the Nextcloud Files App wil
  - [API](https://github.com/stefan-niedermann/nextcloud-deck/blob/master/app/src/main/java/it/niedermann/nextcloud/deck/api/DeckAPI.java)
  - [Login](https://github.com/stefan-niedermann/nextcloud-deck/blob/master/app/src/main/java/it/niedermann/nextcloud/deck/ui/ImportAccountActivity.java#L76)

## Troubleshooting

If you are experiencing any issues, the following tips might workaround:
- Disable battery optimizations of the nextcloud files app, especially [in case of a `NextcloudApiNotRespondingException`](https://github.com/nextcloud/Android-SingleSignOn/issues/162)
- [Permit auto start](https://github.com/stefan-niedermann/nextcloud-deck/issues/660#issuecomment-682002392)

## Flow Diagram

Note that the "Make network request" section in the diagram only shows the workflow if you use the "retrofit" api.