golem icon indicating copy to clipboard operation
golem copied to clipboard

Question: Expose failed to resolve route error?

Open afsalthaj opened this issue 5 months ago • 0 comments

curl -X GET http://localhost:9006/v5/tweets/afsal -H "Accept: application/json"

This returns nothing as I used a path that doesn't exist, and the error in logs is

golem-worker-service-1                 | 2024-09-03T07:12:40.484875Z ERROR request{remote_addr=192.168.65.1 version=HTTP/1.1 method=GET uri=/v5/tweets/afsal}: golem_worker_service_base::api::custom_http_request_api: Failed to resolve the API definition; error: Worker binding resolution error: Failed to resolve route

afsalthaj avatar Sep 03 '24 07:09 afsalthaj