There are many errors on my Discourse site in console and all of the errors are related to icons.
The icon "lock" is missing from the SVG subset
How can we fix these errors?
There are many errors on my Discourse site in console and all of the errors are related to icons.
The icon "lock" is missing from the SVG subset
How can we fix these errors?
A rebuild of your site should fix this, the warnings were temporarily broken in production environments, fixed in https://github.com/discourse/discourse/commit/8aa912c8855729335bf1daec82e39af113d63a9d
How can we implement this?
You just need to rebuild your site.
I installed Discourse with Docker according to offficial installation docs. I can’t see this file, How can I access this file?
app/assets/javascripts/discourse-common/addon/lib/icon-library.js
You don’t need to modify that file manually, you just need to rebuild your site according to the official instructions, and the fix will be automatically included.
You’re right, this is not fixed yet. We will work on a fix and I will let you know when it’s ready.
This should be fixed now @bekircem.
Yes, after rebuild app this fixed! Thank you for the fix.