Bug Reports
Complete
Soulmap Coordinate Link Display Issue
Not too sure what it is but I think this used to look different! (probably points to the forge)


1 Comment
Sign in to comment
Not too sure what it is but I think this used to look different! (probably points to the forge)


Sign in to comment
This is the same root-cause bug as the SteelSinger/"Last Pensive Start" reports: an unresolved marker/coordinate/track/internal id in the popup was falling back to a raw id instead of a name. Fixed at the root in LocationNavIndex — it now always resolves to a proper name or "Unknown Location", never a raw id. Also double-checked and added test coverage for all four id types (coordinate, track, internal, marker) feeding both the in-app popup and the OG share description. Deploying now.