Getting 'must not include port Error

Hello,

I’m getting the error “must not include port” when setting up my Sia host. I’ve opened port 9982, but when I enter xx.xx.xx.xx:9982 in the hostd configuration Address field, I get this error.

Sia’s documentation suggests including the port in netaddress, but it doesn’t work. I’ve tried multiple times with no success. Any ideas on what I’m missing?

I would appreciate any help.

You no longer need to include the port number, so just xx.xx.xx.xx.
In case you would want to use another port, you could configure it via the yaml config file by adding:

rhp2:
  address: :9982

I think the documentation is outdated. Can you link where you found that?