Live search in frotnend ‘Your search returned no results’ and in the Admin no Unable to load data issue

I’ve installed the live search and added the API keys of Sandbox & production from the Magento My Account.

Also the feed is generating without any issue below command used to generate the feeds.

bin/magento saas:resync --feed productattributes
bin/magento saas:resync --feed products
bin/magento saas:resync --feed scopesCustomerGroup
bin/magento saas:resync --feed scopesWebsite
bin/magento saas:resync --feed prices
bin/magento saas:resync --feed productoverrides
bin/magento saas:resync --feed variants
bin/magento saas:resync --feed categories
bin/magento saas:resync --feed categoryPermissions

values are created in the feed table also.

But in the Admin the configurations are not loading and also in the fronted the Grapql response as No index was found for this request
A
Attaching the admin screenshot reference.

enter image description here

enter image description here

Can we configure the Live Search in the local or not.?
if yes, then please let me know what I’m missing.

Any comments will be helpful.