petervandijck's avatar

Nova "unable to find license holder" error...

Hi all. I am launching a new site that uses Nova. Locally all was good. I paid for the license. When launching onto DigitalOcean through Forge, I get "Unable to find license holder with the given email address". And now when I do "composer update" locally, I get an endless loop of the same error message. (This never happened before). What should I look into? Buy a new license? Any help appreciated!

0 likes
6 replies
petervandijck's avatar

Is this wrong? I have my license key in nova.php as 'license_key' => env('NOVA_LICENSE_KEY', '0bzidus..... When I do php artisan nova:check-license locally, it says all is good.

1 like
daniouyea's avatar

The same thing happens to me. I have written to support.

kepsondiaz's avatar

you have to add auth.json file on your root projet and put your nova credentials like this following code :

    "http-basic": {
        "nova.laravel.com": {
            "username": "email",
            "password": "password"
        }
    }
} 
2 likes

Please or to participate in this conversation.