Hello, I have an Orthanc setup in a docker container with a postgreSQL database (only for indexing) and an S3 bucket for file storage. I have a couple of studies in the server and I am able to use curl just fine. However, I recently tried to use the REST API to access the tags of a particular instance using instances/{instanceId}/tags and I got the following error -
{
“HttpError” : “Internal Server Error”,
“HttpStatus” : 500,
“Message” : “The specified path does not point to a regular file”,
“Method” : “GET”,
“OrthancError” : “The specified path does not point to a regular file”,
“OrthancStatus” : 2006,
“Uri” : “/instances/f8acbf03-edc9a96b-675fa4dd-d5f1c247-d096ef0e/tags”
}
Any idea what could be the issue? Please let me know if you need more info, I’ll be happy to provide some details of my setup.