# Webdav (Nextcloud) upload stuck at 0%

**URL:** https://forums.rocket.chat/t/webdav-nextcloud-upload-stuck-at-0/8455
**Category:** Community Support
**Created:** [September 7, 2020, 1:55pm UTC](https://forums.rocket.chat/t/webdav-nextcloud-upload-stuck-at-0/8455 "2020-09-07T13:55:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![seppultra](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@seppultra](https://forums.rocket.chat/u/seppultra)
#### Post date: [September 7, 2020, 1:55pm UTC](https://forums.rocket.chat/t/webdav-nextcloud-upload-stuck-at-0/8455/1 "2020-09-07T13:55:16Z")

</div>

### Description

When i upload files from self-hosted webdav (Nextcloud 19), the upload status stuck at 0% an the cancel button is non-functional. File uploads from local disk are working propely.  
I’ve tested some external WebDAV provider and it’s the same problem.

I tried a Ubuntu 20.04 installation (local, no http-proxy/firewall/or whatever involved) with snap (rocketchat and nextcloud) and have the same problem.

In the logs i see the webdav browsing and that RC is reading the file properly… until i click on upload.

Is there anyone using Webdav on Rocket.Chat? What does ufsCreate exactly?

I appreciate every bit of help. Thanks

### Server Setup Information

- Version of Rocket.Chat Server: 3.6.0
- Operating System: Linux
- Deployment Method: Docker
- Number of Running Instances: 1
- Proxy: Nginx

### Any additional Information

The last two log entries:

server.js:204 Meteor ➔ method getFileFromWebdav -\> userId: m5WaEZNCNXxgR8z2H, arguments: [“tWsa674gsQuKhPpF6”,{“filename”:"/Readme.md",“basename”:“Readme.md”,“lastmod”:“Wed, 05 Aug 2020 11:32:08 GMT”,“size”:1,“type”:“file”,“etag”:“514c1e484dc791afbe4ced1c00691844”,“mime”:“text/markdown”}]  
server.js:204 API ➔ debug Success {  
statusCode: 200,  
body: {  
message: ‘{“msg”:“result”,“id”:“111”,“result”:{“success”:true,“data”:{"$binary":“IA==”}}}’,  
success: true  
}  
}  
server.js:204 UploadProxy ➔ debug Upload URL: /api/v1/method.call/ufsCreate

---

<div class="post-metadata">

### Author: ![seppultra](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@seppultra](https://forums.rocket.chat/u/seppultra)
#### Post date: [September 24, 2020, 9:34am UTC](https://forums.rocket.chat/t/webdav-nextcloud-upload-stuck-at-0/8455/2 "2020-09-24T09:34:10Z")

</div>

In case someone has the same issue:

The problem was the default proxy entries in ~/.docker/config.json. I renamed/deleted the file and no it’s working properly.  
This file is for env variables for all docker container and applied when building containers with docker-compose.

---

<div class="post-metadata">

### Author: ![Foxelo](https://avatars.discourse-cdn.com/v4/letter/f/db5fbb/32.png) [@Foxelo](https://forums.rocket.chat/u/Foxelo)
#### Post date: [October 5, 2020, 3:43pm UTC](https://forums.rocket.chat/t/webdav-nextcloud-upload-stuck-at-0/8455/3 "2020-10-05T15:43:35Z")

</div>

Hi, could you solve it on the snap server as well?  
I’m having the exact same problem
