Can React get Solana NFTs for owner w/ Metaplex? Error 410?
I try to get Solana Nfts for owner with Metaplex Javascript SDK but the request gives me the following response: Error: 410 Gone: {"jsonrpc":"2.0","error":{"code": 410, "message":"The RPC call or parameters have been disabled."} I use React-js framework with hooks. I…