I have an app running on the app store and we just lost all API access.
We use the direct api access mode. With offline tokens.
TOML file looks like
[access.admin]
direct_api_mode = "offline"
embedded_app_direct_api_access = true
And if I try to perform a simple query:
query GetShop {
shop {
id
}
}
I get a 401 error back - {
“error”: “Unable to retrieve token”
}
Everything was working a couple of days ago… No changes to the app.
Can someone at Shopify look into this? I imagine this could be affecting a lot of customers.