= nil {+netboxClient.Logger.Debugf(ctx, "Error while marshalling %T with path %s : %s", dummy, path, err)return nil, err } requestBodyBuffer := bytes.NewBuffer(requestBody)+netboxClient.Logger.Debugf(ctx, "requestBody : %s", requestBody)+response, err := netboxClient.doRequest(http....
Hi, I have been trying to deploy netbox on kubernetes to learn it. However, I am stuck with Bad Request(400). As I can see that you have updated the value of ALLOWED_HOSTS=localhost 0.0.0.0 127.0.0.1 [::1] netboxdocker.docker nginx.netboxdocker.docker I was wondering what would be ...