[300] SUPERNODE_REST_ADDRESS_INVALID

설명

The provided SuperLink address for the REST API is invalid. The address must start with http:// or https:// to be recognized correctly.

How to Resolve

When using the REST API, ensure that the server address starts with either https:// or http://. For example:

  • http://127.0.0.1:8080

  • https://example.com:8080

Verify the address in your configuration or command-line arguments and correct it as needed.