[101] SUPERLINK_LICENSE_INVALID¶
Description¶
The license of the SuperLink is invalid, causing it to exit prematurely on startup.
Possible causes of invalid license include:
FLWR_LICENSE_KEY
environment variable set to an invalid license key.The SuperLink failed to reach the public key endpoint from the license server.
The fetched public key is malformed (wrong PEM encoding or key type) or its signature failed verification against signing key.
How to Resolve¶
Ensure that the
FLWR_LICENSE_KEY
is valid.Ensure that the correct public key endpoint is used and is reachable by the SuperLink.
If the issue persists, please contact support for further assistance.