While settings up Epochtal for local testing the curation would fail with this error:
I'm pretty sure workshop downloads always were https, so why suddenly Bun complains about not accepting https is a little bit of a mystery to me. My best guess is a bun update "fixed" require('http') to not accept https links anymore, because I saw some changes to the http engine in the Bun changelog. Either way, https fixed the issue.
While settings up Epochtal for local testing the curation would fail with this error: I'm pretty sure workshop downloads always were https, so why suddenly Bun complains about not accepting https is a little bit of a mystery to me. My best guess is a bun update "fixed"
require('http')
to not accept https links anymore, because I saw some changes to the http engine in the Bun changelog. Either way, https fixed the issue.