I am creating a app in shopify cli and It use Oauth flow to create a access token which i send to my dashboard from where i send the product data to shopify using the Graphql apis. Now the development store is working fine and its token is also working but today i created a new store also in development and it also worked same my app created a token and sent to my dashbord but when i tried to use it for products apis it says
[API] Invalid API key or access token (unrecognized login or wrong password)
So i also tried to reinstall the app in the first store which was fine and it still worked again and again even after reinstalling but the new store’s token is not working