Skip to content

License check affect page load (long load, error) in airtight environments #6791

@avengerweb

Description

@avengerweb
  • Laravel Version: 10.x
  • Nova Version: 5.x
  • PHP Version: 8.3
  • Database Driver & Version: PostgreSQL 16
  • Operating System and Version: Docker/Ubuntu 22
  • Browser type and version: Chrome

Description:

Our Laravel application is deployed on an enterprise private cloud with strict internet access (no internet) using backed Docker images.

Sometimes, the Nova page takes a significant amount of time to load (or even error as we have tight load time limits on some of our projects), and the logs show that it is trying to check the license.

At the end, a red “unregistered” mark appears on the navigation bar, which confuses users since we do have a license (although the delayed page loading is a more critical issue).

There is already a discussion on this topic:
#5790

It would be great if license could be checked during build time (ex. composer install or artisan command) or at least license check to use "queue".

Detailed steps to reproduce the issue on a fresh Nova installation:

  1. On any nova laravel project
  2. Disconnect from wife
  3. clean cache
  4. try to open /nova

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions