We’re trying to use the newer client-side export process to generate PDFs from myxwiki.org pages. The user experience is as expected until after hitting the button. Then the spinner shows up “exporting as PDF”, but never gets beyond that.
Looking in the browser consoler, we see this, which is interesting:
That is: we’re getting a 403 error when trying to access /xwiki/bin/export/test_page/?format=html-print&xpage=get&outputSyntax=plain&async=true&sheet=XWiki.PDFExport.Sheet&jobId=export%2Fpdf%2F1675715974898-254&
This is true whether the user is logged in to the wiki or not.
I know there’s been some work to make this functional on the myxwiki.org farm; is that perhaps not yet complete? I’ll note we don’t see this behavior in our on-prem environment.
This is confirmed: we have a protection on myxwiki.org for HTML exports to avoid bots or humans doing DDOS attacks (as doing an HTML export takes a lot of time). It was matching too much.