I did everything according to this tutorial: https://www.youtube.com/watch?v=r2YFhfjIb3k
Everything works fine on the testnet. On the main network, it gives an error:
Uncaught (in promise) Error: Something went wrong
{ “code”: 500001,
“message”: “No asset found”,
“details”: { “method”: “getAsset”, “network”: “main”, “tokenAddress”: “0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D”, “tokenId”: “3650”, “error”: "API Error 403: Unauthorized. Full message was …
I changed the “appId” and “serverUrl” in the settings, and also changed “testnet” to “mainnet” in the App.js file Plus, I changed the contract address of the token and its ID (token in the main network)
The application starts. But here, the buttons do not work - they give the error above. The Moralis admin panel shows that there is a connection to the application.
I searched for information on the forum but did not find a solution.
It seems to me that the connection to the opensea API is not working.
For it to work, you need to switch to a PRO plan or am I mistaken?
Can you help me please?
Thanks.