Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

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.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


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.



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.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(