when I do all the things and tried to execute this command --> php please ssg:generate
this is the output :
You may be able to speed up site generation significantly by installing spatie/fork and using multiple workers (requires PHP 8+).
Gathering content to be generated...
Error
Call to a member function sites() on null
at vendor/statamic/cms/src/Taxonomies/Term.php:144
140▕ }
141▕
142▕ public function defaultLocale()
143▕ {
➜ 144▕ return $this->taxonomy()->sites()->first();
145▕ }
146▕
147▕ public function localizations()
148▕ {
+2 vendor frames
3 [internal]:0
Statamic\Eloquent\Taxonomies\TermQueryBuilder::Statamic\Eloquent\Taxonomies\{closure}(Object(Statamic\Eloquent\Taxonomies\TermModel))
+25 vendor frames
29 please:35
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
when I do all the things and tried to execute this command --> php please ssg:generate
this is the output :
what is the issue ?