Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

The bundle analyzer app appears to be down #41

Closed
tim-soft opened this issue Dec 11, 2020 · 4 comments
Closed

The bundle analyzer app appears to be down #41

tim-soft opened this issue Dec 11, 2020 · 4 comments

Comments

@tim-soft
Copy link

tim-soft commented Dec 11, 2020

Loading up https://app.bundle-analyzer.com/ gives a blank page

Taking a look at the network requests, there's a 503 "Service Unavailable" api call to https://api.bundle-analyzer.com/graphql for the query

query User {
    user {
        id
        login
        latestSynchronization {
            id
            jobStatus
            __typename
        }
        installations {
            id
            latestSynchronization {
                id
                jobStatus
                __typename
            }
            __typename
        }
        __typename
    }
}

Edit: if there is something I could contribute to get this working again, I'd be happy to help, although this seems like a devops issue with heroku

@chadhutchins182
Copy link

I think this project is done! #38 (Greg's reply)

I'm not sure what it would take to move to another hosting provider

@tim-soft
Copy link
Author

someone with access to the heroku logs could give more insight into the issue, @gregberge could you take a look or give some guidance on rehosting the server elsewhere?

@chadhutchins182
Copy link

@gregberge
Copy link
Member

It is, I shut it down.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants