Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for "tasks-talk.css" fails with 404 not found #2351

Closed
amessina opened this issue Sep 24, 2023 · 2 comments · Fixed by #2364
Closed

Request for "tasks-talk.css" fails with 404 not found #2351

amessina opened this issue Sep 24, 2023 · 2 comments · Fixed by #2364

Comments

@amessina
Copy link

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Have the talk/spreed and tasks apps installed
  2. Open the talk app (with the browser console open)

Expected behaviour

The GET request to https://nextcloud.example.com/apps-appstore/tasks/css/tasks-talk.css?v=b5ecd63e-0 should succeed

Actual behaviour

The GET request to https://nextcloud.example.com/apps-appstore/tasks/css/tasks-talk.css?v=b5ecd63e-0 fails with 404 Not Found

Talk app

Talk app version: 17.1.1

Custom Signaling server configured: no

Custom TURN server configured: no

Custom STUN server configured: no

Browser

Microphone available: yes

Camera available: yes

Operating system: Fedora Linux 38

Browser name: Firefox and Chrome

Browser version: Firefox 117.0.1, Chrome 117.0.5938.92

Browser log

``` GET https://nextcloud.example.com/apps-appstore/tasks/css/tasks-talk.css?v=b5ecd63e-0 404 ```

Server configuration

Operating system: Fedora 38

Web server: Apache

Database: PostgreSQL

PHP version: 8.2/10

Nextcloud Version: 27.1.1.0

List of activated apps:

  - activity: 2.19.0
  - calendar: 4.5.1
  - circles: 27.0.1
  - cloud_federation_api: 1.10.0
  - comments: 1.17.0
  - contacts: 5.4.2
  - contactsinteraction: 1.8.0
  - dashboard: 7.7.0
  - dav: 1.27.0
  - federatedfilesharing: 1.17.0
  - federation: 1.17.0
  - files: 1.22.0
  - files_antivirus: 5.2.2
  - files_external: 1.19.0
  - files_pdfviewer: 2.8.0
  - files_reminders: 1.0.0
  - files_rightclick: 1.6.0
  - files_sharing: 1.19.0
  - files_trashbin: 1.17.0
  - files_versions: 1.20.0
  - firstrunwizard: 2.16.0
  - logreader: 2.12.0
  - lookup_server_connector: 1.15.0
  - mail: 3.4.0
  - memories: 5.4.1
  - music: 1.8.4
  - nextcloud_announcements: 1.16.0
  - notes: 4.8.1
  - notifications: 2.15.0
  - oauth2: 1.15.1
  - password_policy: 1.17.0
  - photos: 2.3.0
  - previewgenerator: 5.3.0
  - privacy: 1.11.0
  - provisioning_api: 1.17.0
  - recommendations: 1.6.0
  - related_resources: 1.2.0
  - richdocuments: 8.2.0
  - serverinfo: 1.17.0
  - settings: 1.9.0
  - sharebymail: 1.17.0
  - spreed: 17.1.1
  - support: 1.10.0
  - survey_client: 1.15.0
  - systemtags: 1.17.0
  - tasks: 0.15.0
  - text: 3.8.0
  - theming: 2.2.0
  - twofactor_backupcodes: 1.16.0
  - updatenotification: 1.17.0
  - user_ldap: 1.17.0
  - user_status: 1.7.0
  - viewer: 2.1.0
  - weather_status: 1.7.0
  - workflowengine: 2.9.0

Nextcloud configuration:

{
    "system": {
        "log_type": "syslog",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "updatechecker": false,
        "check_for_working_htaccess": false,
        "asset-pipeline.enabled": false,
        "assetdirectory": "\/var\/lib\/nextcloud",
        "apps_paths": [
            {
                "path": "\/usr\/share\/nextcloud\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/lib\/nextcloud\/apps",
                "url": "\/apps-appstore",
                "writable": true
            }
        ],
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "nextcloud.example.com"
        ],
        "dbtype": "pgsql",
        "version": "27.1.1.0",
        "overwrite.cli.url": "https:\/\/nextcloud.example.com\/",
        "htaccess.RewriteBase": "\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "sendmail",
        "mail_sendmailmode": "pipe",
        "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "default_phone_region": "US",
        "maintenance": false,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "auth.bruteforce.protection.enabled": true,
        "allow_local_remote_servers": true,
        "maintenance_window_start": 3,
        "loglevel": 2,
        "trashbin_retention_obligation": "auto, 7",
        "enable_previews": true,
        "enabledPreviewProviders": [
            "OC\\Preview\\Image",
            "OC\\Preview\\Movie",
            "OC\\Preview\\TXT",
            "OC\\Preview\\HEIC"
        ],
        "preview_max_memory": 4096,
        "preview_max_filesize_image": 256,
        "preview_max_x": 1024,
        "preview_max_y": 1024,
        "theme": "",
        "app_install_overwrite": [
            "files_antivirus"
        ],
        "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
        "memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
        "memories.vod.path": "\/var\/lib\/nextcloud\/apps\/memories\/exiftool-bin\/go-vod-amd64",
        "memories.vod.disable": false,
        "memories.vod.connect": "127.0.0.1:9000",
        "memories.vod.external": true,
        "memories.gis_type": 2,
        "updater.release.channel": "stable",
        "memories.exiftool_no_local": true,
        "debug": false
    }
}

Server log (Apache log)

[24/Sep/2023:14:06:27 -0500] "GET /apps-appstore/tasks/css/tasks-talk.css?v=b5ecd63e-0 HTTP/2.0" 404 196
@nickvergessen nickvergessen transferred this issue from nextcloud/spreed Sep 25, 2023
@nickvergessen
Copy link
Member

Should be an issue in the Tasks app, so moving there

@raimund-schluessler
Copy link
Member

I can reproduce this. The reason is probably, that tasks-talk.scss is a SCSS file that server does not compile to CSS anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants