Hi! I’m making an app for Shopify (Remix).Seller should be redirected to my original site (PHP, in dev) for registration, then back to Shopify.
When I tested the app the first time, everything worked correctly. But subsequent times generate an error from time to time. About every second request. The error looks like “admin.shopify.com refused to connect.”
Looking at the logs on the site: my code works without errors - the user is logged in. Something happens during the reverse redirect. And it’s critical for me, because after the first opening I generate an bill (appSubscriptionCreate) on Shopify and have to redirect to Shopify.
Could it be because the app is blacklisted? Or is there some kind of limit on requests per day/week?