Hello, I am not sure this issue is related to Mantle or Gadget. Our app is built with Gadget and we are using Mantle for subscription. Sometimes, if the customer goes to app page and doesn't touch it for few minutes, it shows our upgrade banner that we show if the customer doesn't have any subscription. But the customer already activated subscription. We check subscription using
useMantle
useMantle
hook
const { subscription } = useMantle()
const { subscription } = useMantle()
So it looks like it is being failed to fetch subscription as you can see 400 Bad Request in the screenshot. Any thoughts why this happens and how we can fix this? Thank you!