Hello! I've installed Laravel version. The are some 404 errors:
http://127.0.0.1:8000/user-management/assets/media/misc/menu-header-bg.jpg
http://127.0.0.1:8000/assets/plugins/global/fonts/keenicons-duotone.woff?eut7fk (this file is in keenicons-duotone subfolder)
How can I fix this properly?
Hi
I apologize for the inconvenience. We will include the fix for this issue in the upcoming updates. In the meantime, you can use the following workaround:
https://devs.keenthemes.com/question/laravel-npm-error-webpack-cli-rangeerror-invalid-string-length
Open the webpack.mix.js file in your Laravel project.
Find the section related to keenicons:
// keenicons
search: /url\([""]?fonts\/(keenicons-.*?)\.(.*?)(\?[^""]*)?[""]?\)/g,
replace: "url(./fonts/$1/$1.$2)",
Still not working with version 8.2.5,
Wrong URL become like this :
http://127.0.0.1:8000/assets/plugins/global/fonts/keenicons-duotone.ttf?eut7fk
Available URL Should be :
http://127.0.0.1:8000/assets/plugins/global/fonts/keenicons-duotone/keenicons-duotone.ttf?eut7fk