PiahDoNeumann
livewire/update - 500 Internal error
I make a docker with nginx and php-fpm.
But I have the error in the url,
http://localhost:8080/livewire/update
I try, in another server and the error persist.
I need help to this!!
Complement:
I set up the following structure in Docker:
- nginx;
- php-fpm;
I believe I made the correct configuration. Because php is working correctly to perform other tasks. Even on filament, I can log in to the admin panel. After opening the admin panel, it gives an error "500 - internal server error".
I managed to find out that it is something related to livewire. But I couldn't find a solution that works. Can you help me?
6 replies
Filament Page and Livewire, problem with tailwind css
I create laravel project, installed filament and create one page. Next, I create a livewire component, and call in this filament page.
The problem is on the div, not load class tailwind. ex: "bg-green-700".
I forgot to configure anything?
25 replies