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:Jump to 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.
3 Replies
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
Let's step by step!! In Nginx it is not. Because in php-fpm there is also error 500, in the "docker log".
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.