Skip to content

Doesn't work behind proxy #1233

Description

@alaendle

Mainly because of using affjax for the requests (purescript-contrib/purescript-affjax#131):

let packageUrl = "https://packages.registry.purescript.org/" <> PackageName.print name <> "/" <> versionString <> ".tar.gz"
logInfo $ "Fetching package " <> packageVersion
response <- liftAff $ withBackoff' do
res <- Http.request
( Http.defaultRequest
{ method = Left Method.GET

Resulting in pretty generic error message like:
grafik

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions