Response body is null, status is 200 Response body is null, status is 200 angular angular

Response body is null, status is 200


The problem is Angular is expecting a json response. change the response to type text like so:

return this.http.put(`http://${this.address}/rest/geodrop/config/` +                     `${country}`, { responseType: 'text', observe: 'response' });