'Uncaught in promise when trying to render data from API (Vue 3)

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 :)

API fetch

Rendering of element

Error shown in console



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source