Hello
I’m trying to submit a minis
I have a custom backend and used these docs for implementing authentication:
https://shopify.dev/docs/api/shop-minis/network-requests#verifying-requests
https://shopify.dev/docs/api/shop-minis/custom-backend
I use useGenerateUserToken for getting temporary token on frontend, send it to backend and use userTokenVerify mutation there
Also I have openid scope in my manifest
Everything works fine on local frontend connected to production backend
But the submitted version gives the checking team an error

Can you please suggest anything?
Maybe during submission something that I didn’t consider changes
Thank you