My project uses basic access authentication for a private extension hosted on Github. The dependency downloads fine and works when building locally.
When bundling I get this error:
I followed this guide to create the basic authentication. Are there additional steps to take before bundling a with a private extension?
Update: It turns out the authentication token expired and had to be refreshed. A local copy of the extension was cached by Defold, so building worked, which lead to the confusion. Leaving this here in case someone else bumps into this issue.