Closed nauni77 closed 3 years ago
Hi Oli,
you can change the address the server is listen to by adding the "-l" or "--listen" parameter to the command line. The default value for this parameter is "[::]:3000" to listen to all IPv4 and IPv6 addresses on port 3000. Can you try if the problem still exsists if you pass something like "-l 0.0.0.0:3000"? Thanks.
Best regards, gematik Dev-Team.
Hello, thanks very much for your hint. Add this as argument worked - now only IPV4 is used.
Because of me you can close this issue.
Best regards, Oli
Hello,
our onprem cluster is not configured for IPV6 and there is no such network interface defined. This cause an error while starting your application:
If I create a new node with IPV6 it startes without a problem.
Maybe you can remove this behaviour? I think at the moment nobody will use IPV6 addresses.
Best regards
Oli