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

metronics 8.0.34 | Laravel 8 Inertia and Vue 3


I tried to integrate one of your HTML themes into my laravel 8 Jestream and Inertia Js project at the beginning everything works perfectly but when a user has just connected, once he arrives on his page, nothing works no button works the menu table no longer works. For everything to work, it must reload the page so everything is back to normal. in this case what should I do


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


Hi Silien,

I'm assuming the JS is not being loaded properly on the page. I don't know how you structured your blade files and assets ,but I'm assuming it is either missing or it is taking a long time for the assets to load.

I'd recommend using dev tools and looking in the console to see if there is any errors on the initial connection of the users.



Hi Silien,

Thank you, Eric, for the suggestion.

Please check the dev tools console log if there are any JS errors. Any JS error will cause any buttons to stop working.

Thanks



Hey man. Did you manage to use Laravel, Vue and Inertia JS? Could you please share how you did this?



Hi Silien,

Have you tried to remove @routes from "app.blade.php".



If you solved this problem please help me, I also have the same problem💔



hi Silien,

Here is a tutorial that you can refer to for integration.

https://youtu.be/dL-h1xuNTGw


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