This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hello,
I just started subscribing to your new "Pay As You Go" package and doing a fresh install on our ubuntu LEMP server. While we are doing a composer install, it gave us an error of:
"[Composer\Downloader\TransportException] Invalid credentials for 'https://gateway.octobercms.com/packages.json', aborting." The main issue is we have tried to login using our username and password credential to this account through the octobercms website and we can logged in fine. But the composer install always gave us an error of invalid credential while the website login is success.
Could you help me with this issue?
Thanks.
Did you run php artisan october:install
first?
That's the commands required as per the docs: https://octobercms.com/docs/setup/installation#install-october
composer create-project october/october myoctober
php artisan october:install
php artisan october:migrate
OFFLINE said:
Did you run
php artisan october:install
first?That's the commands required as per the docs: https://octobercms.com/docs/setup/installation#install-october
composer create-project october/october myoctober php artisan october:install php artisan october:migrate
thanks for the reply already done it, need to do fresh install instead pull from existing repository
Make sure you have included your auth.json
file in your repo. This file is ignored by git by default. See the docs for more info:
Hi, i'm having the same issue. I pulled a project from the repo and i want to run it locally. When i run php artisan project:set {key} i get: Missing vendor files, try running "composer install" or use the Wizard installer.
If i run composer install, it requests credentials i don't have. How do I fix this?
Last updated
1-6 of 6