[500] COMMON_ADDRESS_INVALID¶

Description¶

The provided address is invalid and cannot be parsed. It must be a valid URL, IPv4, or IPv6 address.

How to Resolve¶

Verify that the address is correctly formatted as one of the following:
  • URL (e.g., https://127.0.0.1:8080 or https://example.com:8080)

  • IPv4 (e.g., 192.168.1.1:9091)

  • IPv6 (e.g., [2001:0db8::1]:9092)