itsthatguy / avatars-api-middleware

The express middleware for our avatars service
http://avatars.adorable.io
Other
749 stars 96 forks source link

URL's not working all of a sudden, service seems to be down. #82

Closed dappvolume closed 6 years ago

dappvolume commented 6 years ago

Hello,

Some URL's are all of a sudden breaking on DappVolume https://dappvolume.com/transactions/eth

For example: https://api.adorable.io/avatars/32/0x8a9d49a6e9d037843560091fc280b9ff9819e462@adorable.png

Application error

An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.

src="'https://api.adorable.io/avatars/32/' + ethAddress + '@adorable.png'"
bigtiger commented 6 years ago

Thanks for the heads up. We're looking into this it appears to be a problem related to our CDN provider.

bigtiger commented 6 years ago

Added more hardware. This isn't a sustainable long-term fix without billing for folks using this in Production.

dappvolume commented 6 years ago

Gotcha. I was not aware of the repo till this happened. I will set up a server and the middleware soon. Appreciate the great library. Thanks so much.