#Does not resolve route for component livewire
7 messages · Page 1 of 1 (latest)
What patch version of Livewire are you running?
Version 2.10
Yeah which patch version? run composer show livewire/livewire to tell you the full version
versions : * v2.10.8 would that be?
Yep! There are a lot of 2.10 versions, so generally you need to be specific so we know exactly which version you're running to help 🙂
There was a bug released in 2.10.8 that meant there were issues running Livewire in a subdirectory (which it looks like you are doing). So try updating to the latest 2.12.2 and see if that fixes your issue
@keen shuttle Perfect! It worked. Thank you