KyleAMathews/react-gravatar

Works when I run on localhost, but not on Heroku

Opened this issue · 1 comments

As the title says, this package works great locally. When I deploy to Heroku and log in using the same email address, I get a default image.

Update: Calculating the MD5 hash using Spark-MD5 and passing that to the component instead of the email seems to work.

hmm, I can’t see any reason why the hash calculation would be different on heroku