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.
Was this page helpful?