I am trying to fetch some data from the open trivia database and then render it to the website that I'm working on. But whenever I try to render the questions I fetch I'm getting the uncaught promise error. I can however remove the p-tag, refresh and add the p-tag afterward and save to get a render of the question.
Ignore the bad code, just trying to learn :)