Issue with ORS API - Parameter 'profile' Incorrect Value

I encountered an issue while making a request to the ORS API endpoint http://localhost:8087/ors/v2/directions/driving-car/geojson. The response returned the following error:

{
“error”: {
“code”: 2003,
“message”: “Parameter ‘profile’ has incorrect value of ‘unknown’.”
},
“info”: {
“engine”: {
“build_date”: “2025-01-29T12:41:37Z”,
“graph_version”: “1”,
“version”: “9.1.0”
},
“timestamp”: 1738579934845
}
}

I noticed that the error message indicates an issue with the profile parameter. However, I specified "driving-car" as the profile.

Looking forward to your guidance on resolving this issue.

Hey,

could you share your ors-config.yml as well as the docker-compose.yml you are using?

Best regards