Exception (404)

Requested record/entity does not exists.
File: /home/ploi/kuwaitjobsalary.com/app/Libraries/Tenant/DiscoverTenantFilter.php
29 $site = SiteModel::query()->where('subdomain', $subdomain)->one();
30 }
31
32 if(!$site) {
33 throw new RecordNotFoundException;
34 }
35
36 session()->set('tenant', $site->toArray());
37 }
Backtrace Details
2 App\Libraries\Tenant\DiscoverTenantFilter->before()
/home/ploi/kuwaitjobsalary.com/vendor/lightpack/framework/src/Framework/Filters/Filter.php(38)
1 Lightpack\Filters\Filter->processBeforeFilters()
/home/ploi/kuwaitjobsalary.com/vendor/lightpack/framework/src/Framework/App.php(63)
0 Lightpack\App
/home/ploi/kuwaitjobsalary.com/public/index.php(19)