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
looking into this further, the issue appears to be that we are using relative URL's instead of absolute URL's for links in /inscriptions, /runes, /guides, and /bounty.
on initial click, many pages are returning a 404 initially, including:
https://docs.ordinals.com/inscriptions/inscriptions/metadata.html
https://docs.ordinals.com/inscriptions/inscriptions/provenance.html
https://docs.ordinals.com/inscriptions/inscriptions/rendering.html
However, clicking the link again renders the page correctly and changes the URL:
https://docs.ordinals.com/inscriptions/metadata.html
https://docs.ordinals.com/inscriptions/provenance.html
https://docs.ordinals.com/inscriptions/recursion.html
Clicking the link once again bounces back and forth between the content and the 404.
The text was updated successfully, but these errors were encountered: