Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
Get for 99$

404 keenicons


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?


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


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


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(