While using the API located at https://deep-index.moralis.io/api/v2/nft/search
, I receive 500 Internal Server Errors. About a week ago, it would return 200 about 50% of the time, but 500 the other 50% of the time. I was able to run these requests back to back and one would be rejected with a 500, and the following request (same endpoint, same headers, same everything) would return valid data mere seconds later.
Now, it returns a 500 Internal Server Error with every request, and my code to handle these requests has not changed. I even tried doing sample queries through the API Reference website at https://docs.moralis.io/reference/searchnfts
for the search API, and it returned a 500 response as well, so I know the issue cannot only be with my code.
I tried attaching a screenshot of the 500 error in the Moralis website, as well as a screenshot of the internal server error and the corresponding network request sent to Moralis, but the forum rejects more than 1 image from my post. As a result, I am posting the network request, as I feel that adds the largest amount of details. I have cropped the API Key from the network request, but I do send our API Key with the request.
Please let me know if you need more details from me.