Olav
10/11/2021, 12:49 PMApiCall.php
. I already had contact with Jason, he suggested me to ask the question here 🙂
I'm running on php 7.4, the error is:
"Symfony\Component\Debug\Exception\FatalThrowableError: Typed static property Typesense\ApiCall::$nearestNode must not be accessed before initialization in /var/www/vendor/typesense/typesense-php/src/ApiCall.php:310"
When I apply changes to ApiCall.php, it works fine. When I change static::$nearestNode to $this->nearestNode, and make $nearestNode just a public (not static) attribute, everything works.
Does the issue of running the code on a worker sound familiar to anyone? Any suggestions? Thank you in advance!Gerbert
10/11/2021, 3:27 PMbnfd
10/11/2021, 3:44 PMOlav
10/12/2021, 7:18 AMAbdullah Al-Faqeir
10/18/2021, 8:30 AMOlav
10/19/2021, 9:42 AM