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?
Solution:
I think I found the problem, there was a problem with the mysql drive. But it's not something obvious that I was able to find directly. Thank you for your support.
Jump to solution
3 Replies
Dennis Koch
Dennis Koch2mo ago
Is the Error 500 coming form nginx or Laravel? (Check the look of the response. Is it a Laravel error page?). Also check the nginx error log and your Laravel log
PiahDoNeumann
PiahDoNeumann2mo ago
Let's step by step!! In Nginx it is not. Because in php-fpm there is also error 500, in the "docker log".
Solution
PiahDoNeumann
PiahDoNeumann2mo ago
I think I found the problem, there was a problem with the mysql drive. But it's not something obvious that I was able to find directly. Thank you for your support.