How can I resolve the 'action requires merchant approval for read_products scope' error in Laravel Osiset Package?

i create Shopify App Using Laravel Osiset Package and define api-scopes in config/shopify-app.php file now i install app on installation scopes not showing in URL and using store access token hit product rest Api so facing this issue => “errors”: “[API] This action requires merchant approval for read_products scope.”
@All

You should be able to get the scops, did also define scope variable in .env file?

I also define Scopes in .env file.

Did you try re-installing the app. I can’t be able to suggest anything without looking into the code, Because I just published a Shopify app with laravel Osiset package and it was working fine.