Closed dimitrove closed 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?
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.
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?