Skip to content
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

Not found when trying to get to the NFT view after creating a new NFT #16

Open
j05u3 opened this issue Dec 1, 2021 · 0 comments
Open

Comments

@j05u3
Copy link

j05u3 commented Dec 1, 2021

Hi, I deployed OpenNFT and then I created an NFT following the guide in the Readme:

image

But I am getting a 503 response, with "not found" logs in the backend when I try to click on the NFT to get into the NFT view. This is what I visually get:

image

In the backend the logs show:

image

Request obtained with "Copy as fetch" from the Chrome Dev Tools:

fetch("https://sweatymarketplace.turuta.pe/api/assets/f6fdd7cfa17848bca425a25588359301/", {
  "headers": {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9,es-PE;q=0.8,es;q=0.7",
    "sec-ch-ua": "\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\"",
    "sec-ch-ua-mobile": "?0",
    "sec-ch-ua-platform": "\"Windows\"",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "cross-site",
    "x-view-as": "SVSDG66EJMI4DOU2XISMAL6ANG5M7DPVSMSAIBYQBVSIIWGLQ3JC5VBKAU"
  },
  "referrer": "https://sweaty-marketplace.web.app/",
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": null,
  "method": "GET",
  "mode": "cors",
  "credentials": "omit"
});

This is how my NFT looks in the django admin:

image

Thanks in advance.

@j05u3 j05u3 changed the title Not found when trying to Not found when trying to get to the NFT view after creating a new NFT Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant