Link turns into paragraph when queried

Hello, I am using nuxt.js, vue and vuetify.js, however I believe my problem isn't with any of the aforementioned technologies.

I have a document on prismic that has hyperlinks in it, but when I query the document and view the results as a JSON, the link has turned into a regular paragraph element. In other words, the URL it links to is lost, and it just turns into regular text.

Hi Team,

How are you outputting the JSON? In your project when you add a rich text field it should pass through the linkresolver and create the link. It is also necessary to have a htmlserializer for this.

You can also check the API Browser to see if the link is being removed once you publish in Prismic or if it's happening in your project.