-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Drag update same file with share link - nothing happens #49287
Comments
Since this doesn't sound like an image specific bug, but rather in Nextcloud Server itself, I'm moving this to the Server repository. |
What is the error that is shown? |
@joshtrichards I tested with nextcloud:latest using the version from before yesterday's update, and found that there was a frontend error indicating that a certain object could not be found. |
I have the same problem without using Docker. Have you found a solution? |
Steps to reproduce
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
The text was updated successfully, but these errors were encountered: