ror-community / ror-roadmap

Central information about what is happening at ROR and how to contribute feedback
10 stars 1 forks source link

[BUG] v2 UI: URLs in Websites section all return 404 #218

Open lizkrznarich opened 4 months ago

lizkrznarich commented 4 months ago

Describe the bug Clicking URLs in the Websites section of any record results in a 404 page from the ROR application. It appears that those links are being routed internally rather than externally to the Web.

To Reproduce Steps to reproduce the behavior:

  1. Visit a record with links in the Websites section, ex https://dev.ror.org/01an7q238
  2. Click on a link in the Websites section
  3. Redirected to https://dev.ror.org/[object%20Object] and ROR 404 page is shown

Expected behavior URLs in the Websites section should route to their correct location in the Web.

Screenshots

Screen Shot 2024-02-16 at 9 00 37 AM