laravel / nova-issues

556 stars 34 forks source link

Failed to download laravel/nova from dist: Invalid credentials for #3982

Closed rmeira closed 2 years ago

rmeira commented 2 years ago

Description:

Hi Guys, help me! I Cant install laravel nova, see the messega bellow

image

My composer.json

{
    "name": "laravel/laravel",
    "type": "project",
    "description": "The Laravel Framework.",
    "keywords": [
        "framework",
        "laravel"
    ],
    "license": "MIT",
    "require": {
        "php": "^7.4",
        "artisaninweb/laravel-soap": "0.3.0.9",
        "beberlei/assert": "^3.2",
        "bissolli/nova-phone-field": "^0.0.1",
        "bugsnag/bugsnag-laravel": "^2.0",
        "chaseconey/nova-external-image": "^0.0.3",
        "digital-creative/collapsible-resource-manager": "^1.1",
        "dillingham/nova-button": "^1.0",
        "doctrine/dbal": "^2.9",
        "facade/ignition": "^2.3.6",
        "fideloper/proxy": "^4.0",
        "fruitcake/laravel-cors": "^2.0",
        "guzzlehttp/guzzle": "^7.0.1",
        "insenseanalytics/nova-bar-metrics": "^1.0",
        "laravel/framework": "^8.0",
        "laravel/helpers": "^1.2",
        "laravel/nova": "~3.0",
        "laravel/passport": "^10.0",
        "laravel/tinker": "^2.0",
        "laravel/ui": "^3.0",
        "lcobucci/jwt": "3.3.3",
        "lhilton/text-auto-complete": "^1.0",
        "lucascudo/laravel-pt-br-localization": "^1.0",
        "maatwebsite/excel": "^3.1",
        "mattsplat/readmore": "^1.0",
        "media24si/nova-youtube-field": "^1.0",
        "morrislaptop/laravel-queue-clear": "~1.0",
        "multilaser/back-button": "*",
        "multilaser/import-blacklist": "*",
        "multilaser/import-caids": "*",
        "multilaser/multiplikpro-xs": "*",
        "multilaser/search-code": "*",
        "multilaser/support-chat": "*",
        "multilaser/wallet-extract": "*",
        "orlyapps/nova-belongsto-depend": "^2.0",
        "pdewit/nova-external-url": "^1.0",
        "pragmarx/version": "^1.0",
        "predis/predis": "^1.1",
        "rap2hpoutre/laravel-log-viewer": "^1.3",
        "rebing/graphql-laravel": "^5.1",
        "sixlive/nova-text-copy-field": "^1.5",
        "spatie/enum": "^2.3",
        "spatie/laravel-ray": "^1.11",
        "spatie/laravel-sluggable": "^2.1",
        "spatie/simple-excel": "^1.13",
        "stonkeep/cpf-cnpj": "^0.0.1",
        "stonkeep/moeda-real": "dev-master",
        "timothyasp/nova-badge-field": "^1.0",
        "timothyasp/nova-color-field": "^1.0",
        "titasgailius/search-relations": "^1.0",
        "vyuldashev/nova-money-field": "^1.3",
        "vyuldashev/nova-permission": "^2.4",
        "wemersonrv/input-mask": "^0.1.2",
        "multilaser/import-oi-services": "*",
        "multilaser/import-claro-payment": "*"
    },
    "require-dev": {
        "barryvdh/laravel-debugbar": "^3.2",
        "beyondcode/laravel-dump-server": "^1.0",
        "beyondcode/tinkerwell-helper": "^1.0",
        "filp/whoops": "^2.0",
        "fzaninotto/faker": "^1.4",
        "marvinrabe/laravel-graphql-test": "^0.2.0",
        "mockery/mockery": "^1.0",
        "nunomaduro/collision": "^5.0",
        "pestphp/pest": "^1.0",
        "pestphp/pest-plugin-faker": "^1.0",
        "pestphp/pest-plugin-laravel": "^1.0",
        "phpunit/phpunit": "^9.3.10"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "dont-discover": []
        }
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Library\\": "app/Library",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        },
        "files": [],
        "classmap": []
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "repositories": [
        {
            "type": "composer",
            "url": "https://nova.laravel.com"
        }
    ]
}
misenhower commented 2 years ago

We just ran into this as well. The solution was to change the password in auth.json to the Nova license key instead of the user account's password.

Go to https://nova.laravel.com/licenses, click your license, and you should see the License Key listed on the details page. Hope this helps!

Edit: Sounds like a lot of people are still having issues even with the license key 😕 I'm not sure why it fixed it for us then, sorry!

ibrunotome commented 2 years ago

I'm facing this too today. I always used license key instead account password, but this still happening.

john-climer commented 2 years ago

Same issue here. We've been using the license key. I tried rotating the key but getting the same invalid credentials error. We are on v3.30 if it helps.

mattpatera-ych commented 2 years ago

We are also having this issue. I also tried to look up the license key for our license using the link above and we don't have a key, just username and password.

image

wilburpowery commented 2 years ago

Started seeing the following issue today too: Screen Shot 2022-04-13 at 2 28 43 PM

It just started happening today too, worked fine up to yesterday.

kfrymire commented 2 years ago

I'm having this issue too. Nova suddenly stopped installing and our CI builds are failing as a result. I tried changing the auth.json password to license key, changed the nova password, set nova version in composer to ~3.30 (we can't upgrade to 4 yet). Nothing worked. Help us Obi-wan... we cannot update our app.

Screen Shot 2022-04-13 at 3 45 03 PM
isajar commented 2 years ago

Same problem here!!

ImJustToNy commented 2 years ago

We've been using license key whole time and it stopped working right now.

rmeira commented 2 years ago

We just ran into this as well. The solution was to change the password in auth.json to the Nova license key instead of the user account's password.

Go to https://nova.laravel.com/licenses, click your license, and you should see the License Key listed on the details page. Hope this helps!

I try to change password at https://nova.laravel.com/settings/password bot not resolve.

image
pitylee commented 2 years ago

Same here.

nshontz commented 2 years ago

Same same.

kfrymire commented 2 years ago

This is a serious blocker. Composer seems to be forcing Nova 4 (Silver Surfer) even if I specify Nova 3 (Orion). We're stuck on Laravel 7 for now, which means we can't upgrade to Laravel 8 or 9 which Nova 4 requires (I can't upgrade even if I wanted to). Nova 3.31 dropped Laravel 7 support, but I can't install Nova 3 so our project is dead in the water. I can't even work locally on it.

pitylee commented 2 years ago

Until now, I had a cached version of 3.30.0, which was a life saviour, for a few days it was okay, now, not even that works, and I am locked to ~3.0, which should exclude v4 for you too @kfrymire.

This needs to be solved asap, it is pretty serious, think about all the projects that can, or did go wrong right now. (it is happening for a few hours)

I think they handed out free upgrades to v4 for those that had v3 Pro, and there's some trouble with their routing.