Getting a lot of 404s when updating via composer

Created on 30 April 2024, 9 months ago
Updated 1 May 2024, 9 months ago

Problem/Motivation

Everytime i try to run a composer update, i seem to be getting a lot of 404 from repos

Steps to reproduce

Run any form if composer update

I have attached a screenshot

🐛 Bug report
Status

Postponed: needs info

Version

12.3

Component

Code (back-end)

Created by

🇦🇺Australia taonac

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @taonac
  • Status changed to Postponed: needs info 9 months ago
  • 🇳🇱Netherlands ronaldtebrake

    What does your repositories section in your composer.json say?
    You're trying to download these packages from the wrong repository it seems.
    I expected them to come from https://asset-packagist.org/

    e.g.

        "repositories": [
            {
                "type": "composer",
                "url": "https://packages.drupal.org/8"
            },
            {
                "type": "composer",
                "url": "https://asset-packagist.org"
            }
        ],
    
  • 🇦🇺Australia taonac

    Hi Ronald,

    That's exactly what i have. I have attached a screenshot

Production build 0.71.5 2024