nextcloud / nextcloud/server

Drag update same file with share link - nothing happens

Open
#49,287 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage 30-feedback bug feature: files feature: sharing
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

Steps to reproduce
  1. use docker compose to start a new nextcloud server
  2. setup and create a new folder and share link with create and write privilege
  3. open the share link
  4. drag a file to upload
  5. modify the same file and drag to upload again, nothing happened, some error log in chrome console
Expected behavior

popup a replace or keep dialog for user

Actual behavior

nothing happen, and file is not upload

Other information
Host OS

docker

Output of sudo docker info
Docker run command or docker-compose file that you used

services:
db:
image: mariadb:10.11
restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
volumes:
- db:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=nextcloud
- MYSQL_PASSWORD=nextcloud
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- TZ=Asia/Shanghai
redis:
image: redis:alpine
restart: always
environment:
- TZ=Asia/Shanghai
app:
image: nextcloud
restart: always
ports:
- 80:80
depends_on:
- redis
- db
volumes:
- nextcloud:/var/www/html
environment:
- MYSQL_PASSWORD=nextcloud
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- MYSQL_HOST=db
- TZ=Asia/Shanghai

volumes:
nextcloud:
db:

Other valuable info

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the share-link upload flow with the provided Docker Compose setup, then inspect the Chrome console when dragging the modified file a second time. Done means the upload no longer silently fails and the user receives a replace-or-keep dialog.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, javascript, php
Domain
cloud, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.