Encountering unexpected issues while developing an NFT marketplace on Tezos

Hey everyone! I’m new to blockchain and I’m trying to create an NFT marketplace on Tezos. I’ve been following a tutorial but I’m running into some problems.

I managed to fix some React errors, but now I’m stuck. When I try to mint an NFT, I fill out the form and click the mint button. The Temple wallet pops up, but it shows a warning that the transaction will probably fail. The error message looks like this:

{
  "error": [
    {
      "errorDetail": {},
      "name": "HttpRequestFailed",
      "isError": true
    },
    {
      "errorDetail": {},
      "name": "HttpRequestFailed",
      "isError": true
    }
  ]
}

I’m really lost here. Can anyone help me figure out what’s going wrong? Or maybe suggest a good tutorial for making an NFT marketplace on Tezos? I’d really appreciate any advice. Thanks!

hey dancingcloud, welcome to the tezos community! it’s awesome that you’re diving into nft marketplace development :blush:

i’ve run into similar issues before when working with tezos. that error message is pretty vague, but it looks like there might be a problem with the http request to the tezos node. have you checked your node connection and made sure it’s up to date?

also, which tutorial are you following? some of them can be outdated pretty quickly with how fast blockchain tech moves. i’d be happy to suggest some more current resources if you need them.

one thing that helped me a lot was joining some tezos developer discord channels. the community there is super helpful and responsive. have you tried that yet?

what made you choose tezos for your nft marketplace project? i’m always curious to hear what draws people to different blockchains. keep us posted on your progress!

I’ve encountered similar issues while developing on Tezos. The error you’re seeing suggests a problem with the connection to the Tezos node. First, ensure you’re using the latest Tezos SDK and that your node is up-to-date. Check your network connection and try connecting to a different node if possible.

If the issue persists, review your smart contract code for any potential errors. Sometimes, the problem lies in the contract itself rather than the connection. Consider using a Tezos-specific IDE or linter to catch common mistakes.

For reliable tutorials, I recommend checking the official Tezos documentation and resources from established Tezos development teams. They tend to be more current and well-maintained.

Lastly, don’t hesitate to reach out to the Tezos developer community on platforms like Stack Overflow or GitHub. They can often provide specific insights based on your code and setup.

yo dancingcloud, i feel ur pain! NFT marketplaces can b tricky. that error looks like a connection issue to me. maybe check ur internet or try a different node? also, make sure ur using the latest tezos-sdk version. those tutorials get outdated fast! lemme kno if u need more help, we’re all learninG here :sweat_smile: