Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Laravel- 404 General.js


After following all the steps. in the docs, and run the server and get into the login page.
when I try to login or register, nothing happens, and it just keep reloading. using inspect/ Network , i see general.js is showing 404 for the following.

http://127.0.0.1:8000/assets/js/custom/authentication/sign-in/general.js


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 (3)


Hello,

I apologize for the inconvenience. The asset file "general.js" should be located in the following path:
/laravel_demo1/starterkit/public/assets/js/custom/authentication/sign-in/general.js

If you are not seeing the file, please try regenerating the assets by running the "npm run dev" command in your project's root directory.

After running the command, the "general.js" file should be generated, and you should be able to access it in the specified path.

If you encounter any further issues or have any other questions, please feel free to ask. I'm here to assist you.

Thank you for your understanding.



npm run dev nao esta gerando o /assets/js/custom/authentication/sign-in/general.js. ja tentei varias vezes. o meu mix esta rodando 100%. o que pode ser? ja instalei o projetos varias vezes e nada.



npm run dev nao esta gerando o assets/js/custom/authentication/sign-in/general.js. ja tentei varias vezes. o meu mix esta rodando 100%. o que pode ser? ja instalei o projetos varias vezes e nada.


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  :(