Component not found when uploaded in hosting

What seems to be the problem:
hellow guys, may anyone can help me
i have problem when i done upload my web to hosting service, when im running local no problem all running good but when i have upload to hosting service notification error show “componen not found”
Steps to Reproduce:

Are you using the latest version of Livewire:
laravel 8 and new version livewire
Do you have any screenshots or code examples:

1 Like

Did you try to update composer on the server?

Check if you are using or importing the livewire component in the routes file.
for example, use App\Http\Livewire\PenerimaanBarang.

Also check if the imported or used file name matches exactly the one in your files, check for spelling mistakes in the naming of the file, if you are already importing the file, it could also be that the spelling is wrong and either the imported or used file name is not matching the name of the actual file in your livewire folder.

2 Likes