Compute server error: Internal Server Error

Hi everyone,
I’m currently trying to run a simple Grasshopper definition on Rhino Compute, but I’m encountering errors. When I run the definition locally in Rhino, everything works fine without any issues.
Has anyone else experienced similar errors or know how to resolve this?
Any help would be greatly appreciated!
Thanks in advance.

GH definition: No errors in the definition

Postman request:

http://localhost:3000/solve/simple.gh?count=1&customText=https%3A%2F%2Fapp.speckle.systems%2Fprojects%2F22443c0942%2Fmodels%2F72b2340573&commit_message=sdasd

Postman Logs:

{
	"message": "Compute server error: Internal Server Error - {\"absolutetolerance\":0.0,\"angletolerance\":0.0,\"modelunits\":\"Millimeters\",\"algo\":\"\",\"pointer\":\"http://localhost:3000/definition/6ce51583335f59dc5fa4756318146539\",\"cachesolve\":false,\"recursionlevel\":0,\"values\":[{\"ParamName\":\"Mesh\",\"InnerTree\":{}}],\"warnings\":[],\"errors\":[\"Offset plane must be provided if the curve is not planar itself: component \\\"Offset Curve\\\" (e1c02498-58e3-41a6-9155-492db70c1418)\",\"Data conversion failed from Curve to Plane: component \\\"Trim with Regions\\\" (09b5c24c-1e3c-40d7-8a1f-7a4fc2f7996f)\",\"Solution exception:Object reference not set to an instance of an object.: component \\\"Contour\\\" (550e3259-0164-4398-9830-e6a8f2e9a15f)\",\"Solution exception:Object reference not set to an instance of an object.: component \\\"Contour\\\" (4f493304-a23e-4d7a-9025-c0e0ffc4e22c)\"]}",
	"stack": "Error: Compute server error: Internal Server Error - {\"absolutetolerance\":0.0,\"angletolerance\":0.0,\"modelunits\":\"Millimeters\",\"algo\":\"\",\"pointer\":\"http://localhost:3000/definition/6ce51583335f59dc5fa4756318146539\",\"cachesolve\":false,\"recursionlevel\":0,\"values\":[{\"ParamName\":\"Mesh\",\"InnerTree\":{}}],\"warnings\":[],\"errors\":[\"Offset plane must be provided if the curve is not planar itself: component \\\"Offset Curve\\\" (e1c02498-58e3-41a6-9155-492db70c1418)\",\"Data conversion failed from Curve to Plane: component \\\"Trim with Regions\\\" (09b5c24c-1e3c-40d7-8a1f-7a4fc2f7996f)\",\"Solution exception:Object reference not set to an instance of an object.: component \\\"Contour\\\" (550e3259-0164-4398-9830-e6a8f2e9a15f)\",\"Solution exception:Object reference not set to an instance of an object.: component \\\"Contour\\\" (4f493304-a23e-4d7a-9025-c0e0ffc4e22c)\"]}\n    at commonSolve (G:\\compute.rhino3d.appserver\\src\\routes\\solve.js:101:13)\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
}

Compute logs:

npm run start

> @mcneel/compute.rhino3d.appserver@0.1.12 start
> node ./src/bin/www

Started worker 1
RHINO_COMPUTE_URL: http://localhost:5000/
Listening on port 3000
Go to viewer: http://localhost:3000/view
GET /definition/6ce51583335f59dc5fa4756318146539 200 5.562 ms - 51839
Error during compute: Error: Compute server error: Internal Server Error - {"absolutetolerance":0.0,"angletolerance":0.0,"modelunits":"Millimeters","algo":"","pointer":"http://localhost:3000/definition/6ce51583335f59dc5fa4756318146539","cachesolve":false,"recursionlevel":0,"values":[{"ParamName":"Mesh","InnerTree":{}}],"warnings":[],"errors":["Offset plane must be provided if the curve is not planar itself: component \"Offset Curve\" (e1c02498-58e3-41a6-9155-492db70c1418)","Data conversion failed from Curve to Plane: component \"Trim with Regions\" (09b5c24c-1e3c-40d7-8a1f-7a4fc2f7996f)","Solution exception:Object reference not set to an instance of an object.: component \"Contour\" (550e3259-0164-4398-9830-e6a8f2e9a15f)","Solution exception:Object reference not set to an instance of an object.: component \"Contour\" (4f493304-a23e-4d7a-9025-c0e0ffc4e22c)"]}
    at commonSolve (G:\compute.rhino3d.appserver\src\routes\solve.js:101:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error: Compute server error: Internal Server Error - {"absolutetolerance":0.0,"angletolerance":0.0,"modelunits":"Millimeters","algo":"","pointer":"http://localhost:3000/definition/6ce51583335f59dc5fa4756318146539","cachesolve":false,"recursionlevel":0,"values":[{"ParamName":"Mesh","InnerTree":{}}],"warnings":[],"errors":["Offset plane must be provided if the curve is not planar itself: component \"Offset Curve\" (e1c02498-58e3-41a6-9155-492db70c1418)","Data conversion failed from Curve to Plane: component \"Trim with Regions\" (09b5c24c-1e3c-40d7-8a1f-7a4fc2f7996f)","Solution exception:Object reference not set to an instance of an object.: component \"Contour\" (550e3259-0164-4398-9830-e6a8f2e9a15f)","Solution exception:Object reference not set to an instance of an object.: component \"Contour\" (4f493304-a23e-4d7a-9025-c0e0ffc4e22c)"]}
    at commonSolve (G:\compute.rhino3d.appserver\src\routes\solve.js:101:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
GET /solve/simple.gh?count=1&customText=https%3A%2F%2Fapp.speckle.systems%2Fprojects%2F22443c0942%2Fmodels%2F72b2340573&commit_message=sdasd 500 225088.842 ms - -