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
Good question. Since it's a false positive it depends on whether there is something reasonable we can do on our end or not. If it's something silly like blocking because the keyword log is in the URL or something than we're probably stuck.
Feel like poking around and see what rule is actually blocking things?
Steps to reproduce
Expected behaviour
no error
Actual behaviour
error
Server configuration
Operating system:
Ubuntu 22.04
Web server:
Apache 2.4.58
Database:
MariaDB 10.11
PHP version:
PHP 8.3
Nextcloud version: (see Nextcloud admin page)
28.0.1 and now 27.0.2 RC4
Where did you install Nextcloud from:
fresh from your website
List of activated apps:
Enabled:
Nextcloud configuration:
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"192.168.1.131"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "28.0.2.3",
"overwrite.cli.url": "http://192.168.1.131",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"default_phone_region": "de",
"maintenance_window_start": 1,
"memcache.local": "\OC\Memcache\APCu",
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379
},
"mail_smtpmode": "sendmail",
"mail_sendmailmode": "pipe",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"defaultapp": "",
"updater.release.channel": "beta",
"updater.secret": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"theme": "",
"loglevel": 2
}
Client configuration
Browser:
Microsoft Edge
Operating system:
Windows 11
The text was updated successfully, but these errors were encountered: