The following compiles in the latest beta standalone but with dead links to the Figure:

\setupinteraction[state=start]
\starttext
\goto{Figure A}[fig:Figure.pdf]

\goto{Text A}[TextA]
\page
\useexternalfigure[Graphic][Figure.pdf][]
\placefigure
[here,page,force,nonumber]
[fig:Figure.pdf]
  {Figure A}
{\externalfigure[Figure.pdf][type=pdf,
width=\textwidth]}
 
\reference[TextA]{}
\input knuth
\stoptext

Any suggestions?

Alan