-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Net::ReadTimeout on Rails 6 with SVG favicon #33
Comments
This problem did not occur when I converted my SVG image to a PNG image and reran the same steps. It appears as though this gem is not compatible with SVG images. I can document it for you if you'd point me in the right direction :) |
I had the same problem on rails 6, the same application but on rails 5.2 worked fine. Used also svg. |
In that case, this is likely a bug. |
Pr #36 fix this problem. You can close it |
I did this with a svg and passed |
Hi, this may be related to #31
I've run through the steps as usual on your site, installed
rails_real_favicon
in:development
, runbundle install
and copied the configuration intoconfig/favicon.json
with the following:However, generating the favicon throws this:
The text was updated successfully, but these errors were encountered: