License check affect page load (long load, error) in airtight environments #6838
Unanswered
avengerweb
asked this question in
Ideas & Feature Requests
Replies: 3 comments
-
Any updates on this one? |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
Beta Was this translation helpful? Give feedback.
All reactions