Closed moonmeister closed 4 years ago
@moonmeister I believe I fixed this a few weeks ago but it's hard to tell without being able to reproduce. I think the problem was that some types of redirects are happening in browser from http to https. Since I can't follow in browser redirects it was just returning the html of the 404 or error page. I'm now providing a more useful error message when that happens. Let me know if you run into this again!
I was getting
I couldn't figure out the issue till I noticed the URL I'd specified was
http
. Changing it tohttps
resolved the issue.