Skip to content

CLI npm installation fails intermittently due to github rate limit #4665

@atleta

Description

@atleta

I was trying to install the CLI (with nmp ci, so I'm not 100% sure if it was the cli package or some other supabase package) and repeatedly got a download error for https://github.com/supabase/cli/releases/download/v2.45.5/supabase_linux_amd64.tar.gz . Checking it with curl I found that the github server responded with a 504 gateway timeout error and further investigating I found that I can download that file if I'm authenticated with github but can't if I'm not).

Github has a rate limit for unauthenticated requests, which I suspect is counted against the project. As far as I could see, you can ask for it being increased. (I've never seen this issue so far, so I assume other popular open source projects were given an excepmtion/higher limit.)

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