turbolinks icon indicating copy to clipboard operation
turbolinks copied to clipboard

livewire doesnt work on secondary pages

Open MACscr opened this issue 4 years ago • 2 comments

Using a basic setup with a main navigation pointing pages to a single turbo frame. Any livewire actions after that first page is loaded no longer appear to function. No errors, no responses. Each page loaded in the frame is a full page livewire component. Where should i start looking? I do have all my scripts moved to <head> and besides the livewire-turbolinks.js link right before </body>. Any suggestions on where to even start? Also, I noticed my urls arent changing either, i swear they did before in other testing.

MACscr avatar Jun 07 '21 03:06 MACscr

Appears that the major issue is that once visit any page after the first, anything like modals or inline scripts that are pushed no longer work. Also the turbolinks install seems to wipe out existing app.js entries in resources/js/app.js. odd.

MACscr avatar Jun 18 '21 20:06 MACscr

same here

danpalmieri avatar Aug 19 '21 20:08 danpalmieri