Hello,
I’m getting the message “server crash” when I deploy my project on Vercel.
I believe the free API key I obtained from Infura is not able to fetch more complex information from a smart contract to retrieve outgoing token transfers going to different wallets.
My code is correct because it works well on localhost. With this API key, I can get the “total supply,” which is easier to retrieve, but not the circulating supply.
Subscriptions for an API key are very expensive, so I wanted to get some feedback on my issue before committing to a subscription.
Thanks for sharing the details of your project. From what I can see, you should read into the third-party API docs to learn about the error or limits. Some third-party APIs block access from unknown IPs, so it can be that Vercel isn’t recognized by them but overall this issue seems unrelated to Vercel instead more about what Infura is allowing on their end.