My app is embedded and it’s correctly using the app bridge script:
<script src="https://cdn.shopify.com/shopifycloud/app-bridge.js"></script>
Everything is working great, except for one particular store owner, which suddenly, for some reason doesn’t send the Authorization header anymore.
It’s super weird because it was working fine for him before, and I haven’t changed anything related to my app’s auth.
Also, the app bridge seems to be loading for him, because he sent me a video showing that the app actually loads for him, but the api requests fail because they detect that there’s no Authorization header.
Any insight is appreciated!