Hi there, I’ve been getting errors from the text app (NC’s notepad) about the jsresourceloader not being able to load text/js/.js. The text app works fine. But its throwing a lot of log entries.
Here are my system info:
OS: Ubuntu server 24.04.1 LTS
NC version: 29.0.7.1
Web server: Apache
db engine: Mariadb 10.11.8
php: 8.3
User backend is on the db
Here’s a log entry
{
"reqId": "Zv5ICUoyFaaJcSHz_ee57QAAAAU",
"level": 3,
"time": "2024-10-03T07:30:17+00:00",
"remoteAddr": "***REDACTED***",
"user": "admin",
"app": "jsresourceloader",
"method": "GET",
"url": "/apps/files/",
"message": "Could not find resource text/js/.js to load",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36",
"version": "29.0.7.1",
"data": {
"app": "jsresourceloader"
},
"id": "66fe481ea5d44"
}
No issues with the signing status of my instance
Here’s my instance’s config:
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED DOMAINS***" ],
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"forwarded_for_headers": [
"HTTP_CF_CONNECTING_IP"
],
"overwriteprotocol": "https",
"enabledPreviewProviders": [
"OC\\Preview\\BMP",
"OC\\Preview\\GIF",
"OC\\Preview\\JPEG",
"OC\\Preview\\MarkDown",
"OC\\Preview\\MP3",
"OC\\Preview\\PNG",
"OC\\Preview\\TXT",
"OC\\Preview\\XBitmap",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\Krita",
"OC\\Preview\\WebP",
"OC\\Preview\\Movie"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "29.0.7.1",
"overwrite.cli.url": "http:\/\/***REMOVED URL***",
"htaccess.RewriteBase": "\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"filelocking.enabled": true,
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": "6379",
"password": "***REMOVED SENSITIVE VALUE***"
},
"default_phone_region": "FR",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"app_install_overwrite": [
"officeonline",
"whiteboard",
"files_antivirus",
"googledocsredirect",
"apporder",
"integration_moodle",
"group_default_quota",
"keeporsweep",
"files_mindmap",
"printer",
"integration_whiteboard",
"video_converter",
"carnet",
"caniupdate",
"impersonate",
"ocsms",
"hancomoffice",
"wopi",
"admin_notifications",
"pdfdraw",
"cfg_share_links",
"shifts",
"richdocumentscode",
"files_downloadactivity",
"camerarawpreviews",
"hibp",
"metadata",
"externalportal",
"extract",
"files_downloadlimit",
"circles",
"integration_ews",
"fulltextsearch",
"guests",
"secrets",
"twofactor_email",
"user_cas",
"workspace",
"mailnotifier"
],
"theme": "",
"loglevel": 2,
"maintenance_window_start": "\u201c19\u201d",
"updater.release.channel": "stable",
"mail_smtpsecure": "ssl",
"defaultapp": "",
"maintenance": false,
"twofactor_enforced": "true",
"twofactor_enforced_groups": [
"everyone"
],
"twofactor_enforced_excluded_groups": []
}
}
Thanks you in advance for your help !