I'm using MobileFirst Platform Foundation 7.1 and IDE Eclipse Version Mars.2 Release (4.5.2).
While i'm building the app in Studio using an IPV6 Address it fails as follows:
Incorrect MobileFirst server information: For input string:
I'm using MobileFirst Platform Foundation 7.1 and IDE Eclipse Version Mars.2 Release (4.5.2).
While i'm building the app in Studio using an IPV6 Address it fails as follows:
Incorrect MobileFirst server information: For input string:
This error may happen if you are:
incorrectly input the IPv6 address. For example like this: https://[2001::db8:a0b:12f0::1]:21
.
not enclosing the hostname in brackets, to keep it separate from the port number.
The following works: https://[2001:db8:a0b:12f0::1]:21