-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFTs not minting #4
Comments
It might have to do with the recent breaking changes in Moralis, but I would first check to make sure the table names in your Moralis db match with the cloud functions. |
@Ty-Sir |
Most answers can be found here, https://docs.moralis.io/introduction/readme It could be a multitude of reasons why it is not working. I have not kept this repo up to date with the current Moralis syntax since I am building a new version using react-moralis very soon. |
@Ty-Sir how is progress in the new React frontend? |
I'm currently finishing up a separate project, so probably another week until I can begin |
Hello so I also have this minting problem on Upload and Mint button. Than It says Error Minting Token in pop-up than I checked on console. I got I am also suspecting a DB Naming issue. |
I understand the problem, debugged it but havent fixed yet. Your Code is According to Web3.js, Moralis however moved to Ether.js Library. So Web3.eth is undefined in console.log() // Get a (ethers.js) web3Provider You need to update your Readme According to Web3.js or Ethers.js for other developers if they want to use it according to Web3.js or Ether.js. Here is the link according to this issue from Moralis: |
Hi,
is there anything change into the moralis or cloud function? or is there any dependency required for running the openMint?
Because previously I was running the openMint program and it was running successfully, but right now it is not working properly, like when we mint the NFT , it is not further proceeding like not opening the Metamask wallet popup for confirmation of transaction etc.
Thanks in advance.
The text was updated successfully, but these errors were encountered: