(413) Request Entity Too Large

I am getting this error for file of size around 46 MB file.

“Error running analyzer: System.Net.WebException: The remote server returned an error: (413) Request Entity Too Large.\r\n at System.Net.HttpWebRequest.GetResponse()\r\n at Rhino.Compute.ComputeServer.DoPost(String function, String json)\r\n at Rhino.Compute.ComputeServer.PostWithConverter[T](String function, JsonConverter converter, Object[] postData)\r\n at Rhino.Compute.ComputeServer.Post[T](String function, Object[] postData)\r\n at Rhino.Compute.GrasshopperCompute.EvaluateDefinition(String definition, IEnumerable`1 trees)\r\n at PartAnalyzer.PartAnalyzerComponent.RunPartAnalyzerv4()”

I reffered this thread and tried to set up env variable RHINO_COMPUTE_MAX_REQUEST_SIZE but still getting same error.

@AndyPayne Can you please see what could be the reason ? I am running this on Rhino 8.

Regards,
Shivam

Are you logged in as your RhinoComputeUser when you are setting this environment variable? You need to be logged in as your administrator account. Please follow the steps outlined here.

Yes initially I created this env variable with administrator user but still it was not working hence I logged in with RhinoComputeUser and added env variable there as well