How to fix Virtual Business Card page

Hello
I can’t get Virtual business card to work.
After test installation of Dolibarr thoroughly at home, I decided to implement at my business. This changed machine ip address from 192.168.1.165 to 192.168.1.200.

Everything appears to work fine except the Virtual business card(s). It still references the old ip address.
image

Can anyone help explain how to fix this? Maybe there is some way to reset this?
Thanks

OK
I think I figured out how to update the ip address in the conf.php file.

However, links are still not working:

Same problem with Link for online signature:

Any ideas why this is still not working?

does it work from a console on that very host?

Not sure. I’m not physically in front of it. (Also not sure when I will be next.)

Anything else to check? Does this work for everyone else? v.19.02

can you SSH into it and try?

Yes. I have SSH access. But how do I check this in terminal?

GREAT, run this command and show us the output:

ip a

Then you take the url to the virtual business card and replace 192.168.1.200 with localhost and then you try to access it from the SSH terminal using curl or wget

if that doesn’t work, then try making sure that there is only 1 /dolibarr in the url

@jonbendtsen
Can you give an example on how to use this information, so I can chase it myself? We have a policy not to share any unique network or device info online.

Sure, make sure that at least one of your net cards has assigned the ip address 192.168.1.200

It appears so.
Relevant line is:
“inet 192.168.1.200/24 brd 192.168.1.255 scope global dynamic noprefixroute eno1”

now what?

Curl from the console to localhost and see if that works

What is the value of $dolibarr_main_url_root in your conf.php file ?