#Does not resolve route for component livewire

7 messages · Page 1 of 1 (latest)

bleak oriole
#

Hello,
I have a problem and I can't solve it, I would like some tips.

Locally it is working normally, but on the server when I try to call the component I come across "not found".

And with that my component does not work.
Does anyone know what I could be doing wrong?

Tks

keen shuttle
#

What patch version of Livewire are you running?

keen shuttle
#

Yeah which patch version? run composer show livewire/livewire to tell you the full version

bleak oriole
#

versions : * v2.10.8 would that be?

keen shuttle
#

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

bleak oriole
#

@keen shuttle Perfect! It worked. Thank you