Error Installing/Updating Backpack Packages via Composer (HTTP/2 400 and “Repository not found”) #1425
Replies: 2 comments 1 reply
-
|
Hello @pocmar Thanks for the question. The If you are not an "Everything" customer, for the moment it's not possible to buy the package separatelly. So to continue with your installation you should remove If YOU ARE an Everything customer and still facing issues, please shout an email to [email protected] and send the link of this issue to be analysed further. We plan to allow developers to buy that package separatelly in the future for a reasonable price, in case you don't need the full Everything package, but we haven't got to it yet. 😞 Cheers |
Beta Was this translation helpful? Give feedback.
-
|
That is a seriously disappointing answer. This should be clearly stated in the documentation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am encountering an issue when installing or updating Backpack packages using Composer. I have generated and registered a Personal Access Token for Backpack for Laravel, and the configuration appears to be correct. However, when running the following command:
composer update backpack/* --with-all-dependencies
Composer returns the following error:
Failed to download backpack/dataform-modal from dist:
The "https://backpackforlaravel.com/satis/download/dist/backpack/dataform-modal/backpack-dataform-modal-66cefcb04f541bc5100c331fee24130a91e01ff7-zip-a41bbe.zip" file could not be downloaded (HTTP/2 400)
Now trying to download from source
After that, the fallback attempt to GitHub also fails with:
Failed to execute git clone --mirror --
https://:[email protected]/Laravel-Backpack/dataform-modal.git/
remote: Repository not found.
fatal: repository 'https://github.com/Laravel-Backpack/dataform-modal.git/' not found
Additional notes:
The Backpack token is correctly configured in auth.json.
Other Backpack packages install without issues.
The problem appears only with backpack/dataform-modal
Please assist in identifying the root cause of this error.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions