I have an error that I cannot seem to fix. Here is the minimal working example:
\documentclass{article}
\usepackage{hyperref}
\begin{document}
See \footnote{\footnote{text}}.
\end{document}
This produces:
pdfTeX warning (dest): name{Hfootnote.2} has been referenced but does not exist, replaced by a fixed one
and I cannot see where the bug actually is. I saw the messages here and there but that does not seem to match my problem.

\footnote, which gets back to the first (and only bug). But +1. – Teepeemm Aug 11 '23 at 15:45