You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases the whole server gets stuck and all future requests exit with a Gateway Timeout (Error 504).
In most cases, though, an error message is displayed in the video player:
To me it looks like nextcloud (fpm) doesn't answer the request within 1 minute, the physical server then closes the connection and sends an error 504 (gateway timeout) which causes the inner nginx docker-image to result with an error 449 (client closed connection).
Server configuration
Operating system:
Ubuntu 20.04.2 using Docker
Web server: Plesk port-forwarding to nginx-docker image
Database: mariadb docker-image
PHP version:
7.4.15
Nextcloud version: (see Nextcloud admin page)
20.0.7 fpm
Updated from an older Nextcloud/ownCloud or fresh install:
Updated from older Nextcloud
Where did you install Nextcloud from:
Docker-Image
Opening viewer for file {Censored}.mp4
// For each video inside the same directory:
GET https://cloud.nuth.ch/remote.php/dav/files/{ Censored }.mp4 504 { Censored }.mp4:1 GET
// Also for each video inside the same directory:
Mime.js:127 Error loading /{ Censored }.mp4 CustomEvent {isTrusted: false, detail: {…}, type: "error", target: div.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--pip-supported.plyr--fullscreen-enabled.plyr--p…, currentTarget: div.viewer__file.viewer__file--active, …}
The text was updated successfully, but these errors were encountered:
As a precision, we experience the same but we do use s3, don't know if it is relevant?
And we didn't really optimize php, the default settings in the official docker image are not ideal.
I'll optimize php and come back to report how it helps or not.
How to use GitHub
I originally posted this issue here: nextcloud/docker#1408
Steps to reproduce
Expected behaviour
The video should play
Actual behaviour
In some cases the whole server gets stuck and all future requests exit with a Gateway Timeout (Error 504).
In most cases, though, an error message is displayed in the video player:
To me it looks like nextcloud (fpm) doesn't answer the request within 1 minute, the physical server then closes the connection and sends an error 504 (gateway timeout) which causes the inner
nginx
docker-image to result with an error 449 (client closed connection).Server configuration
Operating system:
Ubuntu 20.04.2 using Docker
Web server:
Plesk
port-forwarding tonginx
-docker imageDatabase:
mariadb
docker-imagePHP version:
7.4.15
Nextcloud version: (see Nextcloud admin page)
20.0.7 fpm
Updated from an older Nextcloud/ownCloud or fresh install:
Updated from older Nextcloud
Where did you install Nextcloud from:
Docker-Image
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using encryption: no
Client configuration
Browser:
Operating system:
Logs
Web server error log
Web server error log
nginx on Plesk
The Ubuntu-server forwards all requests to the
nginx
-docker image. This has been configured using Plesk.nginx
docker imageThe
nginx
docker image receives the requests and forwards them to thenextcloud:fpm
docker-image.Nextcloud log (data/nextcloud.log)
Nextcloud log
No logs errors have been reported
Browser log
Browser log
Console:
The text was updated successfully, but these errors were encountered: