[SOLVED] Error: 'TypeError: NetworkError when attempting to fetch resource.' when fetching NFTs on Solana devnet

I am trying to fetch the NFTs from the wallet BitryTDmv5K2x7FonuuoUqjQhyTri7G67mccZ9wgkDYD on devent but the request is receiving a TypeError: NetworkError when attempting to fetch resource.

The request I am sending:

curl -X 'GET' \
  'https://solana-gateway.moralis.io/account/devnet/BitryTDmv5K2x7FonuuoUqjQhyTri7G67mccZ9wgkDYD/nft' \
  -H 'accept: application/json' \
  -H 'X-API-Key: '

This also seems to be occurring for other end points as long as I point to devnet. Mainnet is working fine so far.
The wallet I am checking have this NFT:
https://explorer.solana.com/address/5ofjNKxwCrN4qzVCbMY2fFVfGK4at48H69AaCyNjGbEs?cluster=devnet

Seems related to CORS. It works fine for me, maybe you can try again.
You can also try to fetch it using the dashboard https://admin.moralis.io/web3apis

Yes, it is working now :slight_smile:. Not sure when it got fixed.