<div dir="ltr"><div><div><div><div><div>Hi list,<br><br></div>I have a GeoNode instance running on Ubuntu, installed via apt-get.Everything appears to be working fine however, when I try to change a layer style, I get the error:<span id="ext-gen327" class=""> "There was an error saving the style back to the server.</span>"<br><br></div>Looking at the development console, I see that when I try to alter the layer style there are 2 PUT calls to the server. The first one fails with error 500 Internal server error. This is the call that's sending the SLD to the server. The second one returns 200 OK and it's sending the a JSON {"layer":{"defaultStyle":{"name":"estados"},"styles":{},"enabled":true}}<br><br></div>I'm trying to debug this error but can't find what is going on. I'm running behind a proxy server. Could this be a security setting? Is it normal that one PUT call fails and the other works?<br><br></div>Thanks<br></div>Daniel<br></div>