Error in Swoole
Hello, I'm encountering an error with Swoole after pushing changes to production for the first time in a while. I removed the date sorting from the TextColumn in production, but the issue persists even after reverting the changes.
I tried adding the following to
config/octane.php
, but it didn't work:
'livewire-rate-limiter' => [
'key' => 'string:128',
'value' => 'int',
],
I'm new to PHP, Laravel, and Filament v3. Any help or suggestions would be greatly appreciated. Thank you!0 Replies