Hi, we're working on latest release of Providence (2.0.3).
we tried to obtain object resource IIIF manifest file via this URL:
<protocol>://<hostname>/<context>/service.php/IIIF/manifest/<id>
the result was:
Fatal error: Uncaught TypeError: IIIFService::manifest(): Argument #2 ($options) must be of type ?array, RequestHTTP given, called in <local_path>/app/service/controllers/IIIFController.php on line 59 and defined in <local_path>/app/lib/Service/IIIFService.php:620 Stack trace: #0 <local_path>/app/service/controllers/IIIFController.php(59): IIIFService::manifest() #1 <local_path>/app/lib/Controller/RequestDispatcher.php(289): IIIFController->manifest() #2 <local_path>/app/lib/Controller/AppController.php(108): RequestDispatcher->dispatch() #3 <local_path>/service.php(55): AppController->dispatch() #4 {main} thrown in <local_path>/app/lib/Service/IIIFService.php on line 620
Is the url I tried wrong? Or something wrong in the implementation?
any suggestions please?
thank you very much