My applications which run with laravel nova display UNREGISTERED text after a time
In CI/CD, when starting docker container which contains laravel nova application, I've added command php artisan nova:check-license to check license.
After deployment sucess, everything works fine. No UNREGISTERED displayed and in container log shows that command php artisan nova:check-license checked successfully. But after a time, few days or few weeks (I have 4 servers run with laravel nova), unregistered text display again
This text is annoying because in our servers, there are servers for production environment.
Description:
UNREGISTERED
text after a timephp artisan nova:check-license
to check license.UNREGISTERED
displayed and in container log shows that commandphp artisan nova:check-license
checked successfully. But after a time, few days or few weeks (I have 4 servers run with laravel nova),unregistered
text display againThis text is annoying because in our servers, there are servers for production environment.