You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed a Manifold instance (using manifold-docker-build with v8.1.2-beta.1)
I got this error on texts/ingestions/new:
TusUpload.js:107 Mixed Content: The page at 'https://{my_domain}/backend/projects/1effd04d-b995-40c6-ae4c-0a7f1d446fd8/texts/ingestions/new' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://{my_domain}/api/files/80153821c49a4852b7796dab113876d4'. This request has been blocked; the content must be served over HTTPS.
I have deployed a Manifold instance (using manifold-docker-build with v8.1.2-beta.1)
I got this error on
texts/ingestions/new
:the ENV
SSL_ENABLED=true
is presentBut I think is not reaching this point https://github.com/ManifoldScholar/manifold/blob/master/client/src/global/components/form/TusUpload.js#L95
What should I investigate?
The text was updated successfully, but these errors were encountered: