laravel / nova-issues

554 stars 35 forks source link

Nova Errors on Fresh Install #5688

Closed xongooli closed 1 year ago

xongooli commented 1 year ago

Composer Install fails with Nova Licence error.


Unable to find Nova (Silver Surfer) license holder with the given license key: [h6*!58KMbu$Ez#].


Warning from nova.laravel.com:


Unable to find Nova (Silver Surfer) license holder with the given license key: [h6*!58KMbu$Ez#].


Detailed steps to reproduce the issue on a fresh saas-boilerplate installation:

Clone repo. Run composer install


I've tried creating a .env file and entering a license key - NOVA_LICENSE_KEY=xxxxxxxxxxxxxxxxxxxxx

I'm not sure where this license key is coming from. I've tried clearing composer cache, deleting the vendor directory and reinstalling

But until composer install completes, it seems the .env file is ignored.

Sure there is a way to skip the Nova installation but I do want to use it.

crynobone commented 1 year ago

you need to purchase a license to get the license key.

xongooli commented 1 year ago

I have a license key. Also tried entering it inside config/nova.php

crynobone commented 1 year ago

Here is a quick rundown of how to install Nova.

First, ensure that your project or machine has a valid Composer "auth.json" file for Laravel Nova. You can create one with a command like the following:

composer config http-basic.nova.laravel.com {{YOUR_NOVA_EMAIL}} {{YOUR_NOVA_LICENSE_KEY}}

Please ensure that the email address matches the login email address you use to sign in to the Nova website and that the license key matches the license key within the license key detail page within your Nova account.

Next, you should run "composer update mirrors" and "composer update" to install Nova.

Please let us know if you continue to have issues.