Ven0m
Ven0m
same here. @sbmw tip worked. thank you!
I just came across the bug too. Would appreciate help a lot. Workaround in the meantime: Set a single transition per element, on which you do: v-if="created" and set created...
`rm -rf bootstrap/cache/*.php` once again did the trick for me.
I'm wondering as well. Having to use such an old version of `pusher/pusher-php-server` cannot be the solution here.
I'm on Laravel 9, @anditsung. I get this error: `cURL error 60: SSL certificate problem: unable to get local issuer certificate` With `pusher-php-server 5.x` everything works just fine.
@anditsung oh, I was definitely missing something there. Updated it according to Laravel 9 and it's working now. This was before: ``` 'driver' => 'pusher', 'key' => env('PUSHER_APP_KEY'), 'secret' =>...
@sananAhmad but this isn't a new issue, I had this problem since day 1 (over 3 years). I'm not sure if a solution is in the works.
@mpociot I tried both the latest stable and the latest beta, same problem.