Intranet Twine Error with Firefox/Chrome Browser: window.crypto.randomUUID is not a function #1544
Closed
3 of 4 tasks
Labels
bug
Something isn't working
Describe the bug.
Starting with Twine 2.9.1, if you use Firefox browser on an intranet webserver without using https Twine will fail to load.
The console for Firefox will show:
window.crypto.randomUUID is not a function
In my case, the web server is Apache 2.4 running in a Docker container on a Synology NAS.
The browser (Firefox) is running on Windows 10 Enterprise edition
Steps to reproduce:
http
Expected behavior:
It shouldn't require
https
, but apparentlyrandomUUID
on Firefox, Chrome (and possibly other browsers) requireshttps
.Additional context on this problem.
No response
Twine version number
2.9.1
Does this problem occur with the web version of Twine or the desktop app?
Web
What operating system does this problem occur on?
Other
If this problem is occurring with the web version of Twine, what browser does it occur on?
Firefox
Chrome
(Possibly Others)
Presubmission checklist
user.css
file from my Twine folder. (You would've added this file yourself. If you don't understand this question, you can safely check this box.)The text was updated successfully, but these errors were encountered: