samvera / serverless-iiif

IIIF Image API 2.1 & 3.0 server in an AWS Serverless Application
https://samvera.github.io/serverless-iiif/
Apache License 2.0
69 stars 21 forks source link

Question - v3 Layer #99

Closed codeclout closed 1 year ago

codeclout commented 1 year ago

Hi,

We recently deployed a vanilla serverless-iiif with version 3 of the layer, but have been unsuccessful in being able to render an image. All of the defaults are in place. I added a couple of tif formatted images to the tiffBucket from Wikipedia (Creative Commons License).

What we have observed:

Our observations are consistent whether we are testing via the CloudFront URL or the function URL. This is happening irrespective of the metadata being set on the image.

Is there something we are missing outside of ensuring the images are in the correct bucket and are tif for a vanilla deployment?

mbklein commented 1 year ago

Thanks for the report. I'll take a look at it as soon as I can, but it might be a couple days. In the meantime, if you're deploying via sam deploy (and not from SAR), can you try running npm update iiif-processor in each of the root, src, and dependencies directories and redeploy? I just noticed that the current lock files are two point releases behind iiif-processor, and the latest version gets rid of the Unhandled transformation error catch-all in favor of what is hopefully a more meaningful error message.

codeclout commented 1 year ago

Hi @mbklein

Thank you. Yes we are using sam deploy and we have been successful with your solution.

Thanks Again, Brian