Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/subgraph-oz/commit/baf8ee1d5b60459d568689e124ba1ed738aaf7aa?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
networking
user 10 years ago
parent ca35c2d459
commit baf8ee1d5b

@ -47,7 +47,7 @@ func BridgeInit(bridgeMAC string, nmIgnoreFile string, log *logging.Logger) (*Ho
brL := br.NetInterface()
addrs, err := brL.Addrs()
if err != nil {
return nil, fmt.Errorf("Unable to get bridgre interface addresses: %+v", err)
return nil, fmt.Errorf("Unable to get bridge interface addresses: %+v", err)
}
// Build the ip range which we will use for the network

Loading…
Cancel
Save