issue-tracker icon indicating copy to clipboard operation
issue-tracker copied to clipboard

Results 71 issue-tracker issues
Sort by recently updated
recently updated
newest added

Please have a look at this- https://forum.moralis.io/t/change-email-verification-link-invalid/17367/7

### Please describe the types of Cloud functions and Triggers functions in Docs. What do they get in request? What this function should return? In Cloud Code Docs you use...

`Uncaught (in promise) ReferenceError: track is not defined ` ![alt Uncaught (in promise) ReferenceError: track is not defined](https://i.imgur.com/kPRWOdx.png "ReferenceError") on console when I click Save Configuration

I created some nfts with erc721 format on polgon Mumbai by using remix ide and its visible on opensea but unable to fetch metadata, token_uri. I was follow twitter build...

When u open -> https://docs.moralis.io/introduction/readme And scroll down to The Moralis SDK and click on You can read more about the SDK by[ clicking here](https://docs.moralis.io/moralis-dapp/getting-started/connect-the-sdk) -> The link doesnt exist...

When trying to add a numberDecimal column to my database, I get the error "invalid field type: numberDecimal"

In developing my json file, I typed **moralis-admin-cli deploy** to choose the server I want to use but I got errors when I choose any server. How do I solve...

Hi, Today I accidentally figured out the decimal returned from `/{address}/erc20` was changed from type string to type number. I believe this is a breaking change as in most of...

Moralis Session is destroyed when user logout, but there is no api to check if the session is valid. Only `Moralis.User.become(session token)` function throws exception with `Invalid session token`. Are...

The following request: ``` Web3Api.token.getTokenIdMetadata({ chain: 'mainnet', address: "0x92239fe0F4A8efB5cF4A3b3370a3212561585874", token_id: "30303918488147675524746157622421434662120376452804653719934145608274626872327" }) ``` returns **amount** = 1. Full response: ``` { token_address: '0x92239fe0f4a8efb5cf4a3b3370a3212561585874', token_id: '30303918488147675524746157622421434662120376452804653719934145608274626872327', block_number_minted: '14195073', owner_of: '0x6d70faa384151f3bcfa2d8abdb4e453158936077', block_number:...