jimmitjoo's avatar

Remove the unregistered text?

I've bought a multi license of Nova, and installed it. Added my login with one of my license keys in the auth.json but the UNREGISTERED is still displaying beside the logo.

How am I supposed to get rid of it? I have tried to run php artisan nova:install once more but without success.

0 likes
12 replies
Tray2's avatar

I suggest reading the docs on how to register and then make sure that you have the correct license key.

1 like
jimmitjoo's avatar

What do you think I've done. Multiple times without success.

I guess the issue may be that I had Nova installed before. Possibly I need to reinstall it all over again but that is not really an option in production.

Sinnbeck's avatar

@jimmitjoo I am sure @tray2 assumed that you only did these two, as it was all you wrote :)

Added my login with one of my license keys in the auth.json

I have tried to run php artisan nova:install once more but without success.

jimmitjoo's avatar

@Sinnbeck yeah I understand, my apologies to @tray2 - I don't have english as my first language so I misunderstood it as a jeering comment.

ucraft's avatar

php artisan optimize:clear - I was missing this command, which fixed the issue for me after all other steps.

6 likes
adamparusel's avatar

php artisan optimize:clear did it for me. Thanks for the hint!

2 likes
rashad404's avatar

You should follow these two simple steps:

  • Go to the Laravel Nova website -> Licenses -> Select license -> Add site
  • On your Laravel app, run php artisan optimize:clear
5 likes
Mnowak's avatar

Be sure to also add NOVA_LICENSE_KEY with your key to your .env file on the server.

2 likes
Amperative's avatar

Some other things you can check if getting stuck:

  • run php artisan nova:check-license - it gives info on why your license might not be setup correctly yet
  • ensure you are using new license key per production domain
  • ensure you have added the domain to the Production URLs list
  • clear the config/cache as others have already suggested

Please or to participate in this conversation.