tify-iiif-viewer / tify

TIFY is a slim and mobile-friendly IIIF document viewer.
GNU Affero General Public License v3.0
107 stars 27 forks source link

Error loading IIIF manifest: Network Error #147

Closed dimitrove closed 1 year ago

dimitrove commented 1 year ago

About v0.28.1 I am trying to create Tify in every possible way:

new Tify({ container: '#tify', manifestUrl: 'file:///D:/PJ_IIIF/TIFY/manifest.json', })

new Tify({ container: '#tify', manifestUrl: 'http://127.0.0.1:8080/manifest/manifest.json', })

new Tify({ container: '#tify', manifestUrl: 'https://127.0.0.1:8443/manifest/manifest.json', })

Every URL works in the browser. For every URL TIFY issues "Error loading IIIF manifest: Network Error". What is wrong?

dimitrove commented 1 year ago

It does not work when the page is open as file:///D:/PJ_IIIF/TIFY/page.html But it works when the page is open as https://127.0.0.1:8443/page/page.html Which is fine.