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
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
Client configuration
Browser:
Firefox 88.0.1
Operating system:
Windows 10
Logs
Nextcloud log (data/owncloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered:
Hi @jpmv27, does opening images and videos in the viewer still work? If so, this might be related to issue #381, could you test if its solution (PR #384) resolves this issue for you? To do this, could you replace apps/files_pdfviewer/js/files_pdfviewer-main.js on your instance with this file from that PR. Clear your browser's cache and try to open pdfs again.
Thank you @beardhatcode, that resolved the issue.
I did see that issue before I opened this one, but overlooked the fact that there are spaces in the paths of the PDFs I tried to open.
Steps to reproduce
Expected behaviour
PDF viewer should show the file
(Works in 20.0.9, and in 20.0.10 with a pdf not from external storage)
Actual behaviour
PDF viewer reports that it cannot open the file.
(Started after upgrade to 20.0.10)
Server configuration
Operating system:
Linux 3.10.0-1160.25.1.el7.x86_64 #1 SMP Wed Apr 28 21:49:45 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Web server:
Apache 2.4.6-97.el7.centos
Database:
PostgreSQL 13.3-1PGDG.rhel7
PHP version:
7.3.28-1.el7.ius
Nextcloud version: (see Nextcloud admin page)
20.0.10
Where did you install Nextcloud from:
Upgrade from 20.0.9 (Stable channel)
List of activated apps:
Enabled:
Disabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"10.11.12.4",
"cloud.int.jpmvrealtime.com",
"cloud"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "http://10.11.12.4/nextcloud",
"dbtype": "pgsql",
"version": "20.0.10.1",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "25",
"maintenance": false,
"theme": "",
"loglevel": 2,
"log_rotate_size": 1048576,
"app_install_overwrite": [
"calendar",
"emlviewer"
],
"updater.secret": "REMOVED SENSITIVE VALUE"
}
}
Client configuration
Browser:
Firefox 88.0.1
Operating system:
Windows 10
Logs
Nextcloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: