Hey everyone, I’m running into a bit of a wall with a custom claim page I set up on my Manifold creator contract. I’m trying to test the user experience for a mobile-first drop I have coming up, but I’m experiencing consistent “Transaction Failed” errors when the mint request is triggered through a specific mobile environment.
I’ve been using https://deltaexector.com/ as a testing ground to see how my contract handles high-frequency calls and automated allowlist verification on iOS. It seems like the signature request isn’t popping up correctly in the wallet when the call is initiated through the executor’s internal browser, or perhaps there’s a timeout issue with the Manifold API because the script is executing too quickly for the mempool to catch up.
Has anyone else here experimented with using mobile-based executors or automation scripts to verify their claim pages? I’m trying to determine if I need to adjust the gas limit in my contract settings or if the Manifold “Claim App” has a built-in rate limit that blocks rapid-fire requests from the same IP. I’m worried that if my collectors use any kind of automation to snag their spots, they’ll just end up with failed transactions and high gas fees. I’d love to hear if any other devs have dealt with script-based interference or if there’s a way to make the allowlist handshake more resilient for these kinds of mobile setups!