See BoothApi.cpp:
{
auto setting = currentBoothSettings.mutable_cups_link();
setting->set_name(locale.get<string>("api.booth.cupsSetup"));
setting->set_url("http://192.168.4.1:631");
}
The IP is hard coded and every host with a different IP address will fail to open the CUPS setup website (or open another machine's CUPS setup website).
The link with the IP should be set dynamically in order to work on all machines.
Edit: accessing :631 also does not work from the same local network for me at the moment, only localhost:631 on the machine itself.
See
BoothApi.cpp:The IP is hard coded and every host with a different IP address will fail to open the CUPS setup website (or open another machine's CUPS setup website).
The link with the IP should be set dynamically in order to work on all machines.
Edit: accessing :631 also does not work from the same local network for me at the moment, only localhost:631 on the machine itself.