Rhino.Compute - Error 500 on GET Request

Hello everyone,

I’m currently working on a project using Rhino.Compute. I’ve successfully cloned the repository, configured the appsettings.json file, and started the server without any issues. The console shows that the server is running on http://localhost:6500.

However, when I try to send a simple GET request to http://localhost:6500/version using Postman, I consistently receive a 500 Internal Server Error. I’ve already:

Verified that the server is running properly (dotnet run shows no errors during startup);

Checked the firewall and network settings;

Confirmed that Rhino is installed and activated;

Attempted requests to other endpoints like /health, but the issue persists.

Here’s the output from the terminal after sending the request:
(Insert any error logs from the terminal here)

Does anyone know what could be causing this issue or how I can debug it further? Any guidance would be greatly appreciated!

Thank you in advance,
Rênicles Oliveira