I have been struggling for days to get IIIF support running in my DSpace 7, with Mirador and Cantaloupe. This following link shows how far I got:
https://meloware.org:8443/handle/123456789/19
There are several images in this item and the Mirador viewer seems able to recover the image metadata, but is encountering a network error when trying to retrieve the actual images. This item has the metadata field dspace.iiif.enabled added and set to 'true'. The error message is “TypeError: NetworkError when attempting to fetch resource. “
I could use some help at this point as to why these images aren't being displayed.
This is a server container running Ubuntu 20.04. Apache2 has an open port (443) which is a Virtual Host to Wordpress. This is controlled by the /etc/apache2/sites-available “wordpress.conf”. The Virtual Host file “dspace.conf” uses port 8443 to reach Dspace 7 and 8183 to talk to Cantaloupe. My problem may be here, but I am tired of guessing.
Other important config files are also included. I can always provide more info, if asked.