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
Fresh install of Nextcloud 18.0.0 using nginx as specified in Nextcloud docs here.
Create new user so 'firstrunwizard' appears
Expected behaviour
firstrunwizard first page apparently tries to show MP4/WEBM video? i.e. /apps/firstrunwizard/img/Nextcloud.mp4
Actual behaviour
/apps/firstrunwizard/img/Nextcloud.mp4 file is not served, the page area is blank, and when attempting to access /apps/firstrunwizard/img/Nextcloud.mp4 directly to check if file is being served, it 302 redirects to /.
I suspect this could have something to do with 'mp4' and 'webm' missing from this line at the end of the nginx conf (the same line that would catch png and jpg files)?
Steps to reproduce
Expected behaviour
firstrunwizard first page apparently tries to show MP4/WEBM video? i.e. /apps/firstrunwizard/img/Nextcloud.mp4
Actual behaviour
/apps/firstrunwizard/img/Nextcloud.mp4 file is not served, the page area is blank, and when attempting to access /apps/firstrunwizard/img/Nextcloud.mp4 directly to check if file is being served, it 302 redirects to /.
Server configuration
Operating system: Ubuntu 18.04.4 LTS
Web server: nginx 1.16.1
Database: psql (PostgreSQL) 10.12 (Ubuntu 10.12-0ubuntu0.18.04.1)
PHP version: PHP 7.2.24-0ubuntu0.18.04.3 (cli) (built: Feb 11 2020 15:55:52) ( NTS )
Nextcloud version: 18.0.0
Where did you install Nextcloud from:
nextcloud.com
List of activated apps:
Enabled:
Disabled:
Nextcloud configuration:
Screenshots
https://i.postimg.cc/W3SyXc7b/1.png
https://i.postimg.cc/281tFJLr/2.png
The text was updated successfully, but these errors were encountered: