The fonts received this error, the rest works ok except this:
GET http://localhost:3000/fonts/keenicons-duotone.woff net::ERR_ABORTED 404 (Not Found)
plugins.bundle-53f02c66da992c6ea24494b454a6a19fb73d958e6936003d254ec19ed4fbdb49.css:1 GET http://localhost:3000/fonts/la-solid-900.woff net::ERR_ABORTED 404 (Not Found)
Hi Maria,
Here's a workaround for the issue you're facing. In the file /starterkit/config/initializers/assets.rb, add the following code at the end of the file to fix the missing icons issue:
Rails.application.config.assets.paths << Rails.root.join("lib", "assets", "plugins", "global")
Hi Maria,
We apologize for the inconvenience caused. Upon investigation, we have determined that the issue is related to building with webpack. Our team is currently investigating the issue further and working on a fix. We will provide an update as soon as possible.
Thanks
Hi Maria,
May I ask which build tool you are using, webpack or gulp?
If possible, please try downloading the latest version of the zip file (v8.1.8) and running the command "ruby bin\rails server" to start the server.
Thanks
Hi Maria,
Thank you for reaching out to us. We would be glad to help you with the issue you are facing. However, we would require more details to understand the problem better.
Could you please send us a screenshot of the issue you are facing? We have tried running the Metronic Rails v8.1.8 from the provided zip file and found that the duotone icons and the helper function for getting the icons are working fine.
Please provide us with detailed information about the problem you are experiencing so that we can reproduce it and provide you with a solution.
<img src="https://i.ibb.co/LCVkscF/image.png" alt="image" border="0">
Thanks