FAY99's avatar
Level 2

Livewire 404 error not found

We are working on a Laravel application called sigma hosted on a local server using apache.

Livewire is working fine on sigma.test:8080/ but returning 404 error on localhost:8080/sigma/public/.

Any thoughts on how to solve the issue?

0 likes
10 replies
Snapey's avatar

you make sure your document root is the public folder, and not a subfolder

FAY99's avatar
Level 2

Am new to both Laravel and Livewire, could you please guide me on how to check that?

FAY99's avatar
Level 2

I have resolved the issue by changing APP_URL in .env file to server IP without any other configurations.

Please or to participate in this conversation.