smooth-code / bundle-analyzer

Keep your webpack bundle optimized over time 📦✨
https://www.bundle-analyzer.com
GNU General Public License v3.0
96 stars 4 forks source link

The bundle analyzer app appears to be down #41

Closed tim-soft closed 3 years ago

tim-soft commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

@tim-soft www.bundle-analyzer.com DNS A record is now missing: https://www.nslookup.io/dns-records/bundle-analyzer.com#cloudflare

gregberge commented 3 years ago

It is, I shut it down.