You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2019. It is now read-only.
This is possible two issues, but I'm more concerned with recovering my content.
The issue is that I've attempted to put an link to another page in a page within my book. And the content ends up in a "Failed/Error" state that I can't fix as a user.
| Book With Issue (BWI)
|- Page One (PO)
|- Page Two (PT)
To reproduce,
Create a book with two pages (as shown above).
Publish the book.
Copy the link to PO.
Edit PT to include the link to PO
*. (For good measure add a keyword to the book so that it is edited as well.)
Publish
The workspace now shows the state as "Failed/Error". If you grab the publication id and look at the publishing response you'll see the error is an InvalidReference. For example:
This error is probably valid since I don't think publishing knows about any other domains besides cnx.org and legacy.cnx.org. That will require further investigation within cnx-publishing and the reference resolution code.
This issue needs to answer the questions How do I recover my content? now that it is in a broken state.
This is possible two issues, but I'm more concerned with recovering my content.
The issue is that I've attempted to put an link to another page in a page within my book. And the content ends up in a "Failed/Error" state that I can't fix as a user.
To reproduce,
*. (For good measure add a keyword to the book so that it is edited as well.)
The workspace now shows the state as "Failed/Error". If you grab the publication id and look at the publishing response you'll see the error is an InvalidReference. For example:
This error is probably valid since I don't think publishing knows about any other domains besides cnx.org and legacy.cnx.org. That will require further investigation within cnx-publishing and the reference resolution code.
This issue needs to answer the questions How do I recover my content? now that it is in a broken state.