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:
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?
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 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.