N
Nuxt4mo ago
BrianA

Devs are getting error during test/build -> Invalid `NUXT_UI_PRO_LICENSE` license key

* Happening in our GitHub workflows (see image attached) * So far, whenever this happens we have found that there are two devs running builds simultaneously... is this a limitation? * Re-running the build again 20 seconds later usually results in success * We have an "Organization" subscription to Nuxt
No description
2 Replies
kapa.ai
kapa.ai4mo ago
Hi @BrianA. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Based on the information in the knowledge sources, there is no explicit documentation about a limitation on the number of simultaneous builds or activations for the Nuxt UI Pro license key, even for Organization plans. The documentation states that the Organization plan is intended for teams of up to 20 developers and that you should activate the license for each team member, which grants access to the private GitHub repository and allows building apps in production. However, it does not mention any restrictions or rate limits on concurrent builds or CI/CD executions using the same license key. The recommended way to use the license in CI/CD is to set the NUXT_UI_PRO_LICENSE environment variable in your workflow or hosting provider. There is also a warning not to commit the license key to public repositories, but nothing about concurrency or throttling. The fact that re-running the build after a short delay resolves the issue suggests there may be a temporary rate limit or validation hiccup, but this is not documented in the official sources. If this issue persists and is blocking your workflow, it is recommended to contact Nuxt UI Pro support directly or open an issue in their private repository (which you have access to as an Organization subscriber) to clarify if there are any undocumented rate limits or concurrency restrictions on license validation during builds. This will help you get an authoritative answer and, if needed, a solution or workaround for your CI/CD setup. References: - License documentation and activation process - Organization plan details - License activation and environment variable usage ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai4mo ago
<@1334204762320670770> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?