79445180

Date: 2025-02-17 11:03:13
Score: 2.5
Natty:
Report link

Solved thanks to:

The problem is finally solved. Partially thanks to @petr-hejda: my self-signed certificate didn't do the trick. I had to link a domain to my IP and use certbot for a decent certificate.

The other issue was concatenating the base Uri twice inside my mint function. Corrected syntax: string memory tokenURI = string(abi.encodePacked(Strings.toString(newTokenId), ".json"));

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Has code block (-0.5):
  • User mentioned (1): @petr-hejda
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bart DV