This seems to happen for user accounts that don't have an org account with the same name as the user.
The route seems to show user accounts if an org doesn't exist, hence my URL has no org, and shows my NPM profile.
This could be because the anchor's href is settings/roryduncan/profile--Lacking a leading slash (/)--but I'm not familiar enough with all of NPM's routes to know if that's intended.
Link to the page
https://www.npmjs.com/org/roryduncan
Logged in or logged out?
Logged in.
Expected behavior
When clicking the Edit Profile 'button': the URL will change and load
https://www.npmjs.com/settings/roryduncan/profile
,Actual behavior
When clicking the Edit Profile 'button': the URL changes to
https://www.npmjs.com/org/settings/roryduncan/profile
, which is a 404.Steps to reproduce the problem
Browser with version
Chrome 65
Any error message?
404 status, otherwise no.
Notes
This seems to happen for user accounts that don't have an org account with the same name as the user. The route seems to show user accounts if an org doesn't exist, hence my URL has no org, and shows my NPM profile.
This could be because the anchor's
href
issettings/roryduncan/profile
--Lacking a leading slash (/
)--but I'm not familiar enough with all of NPM's routes to know if that's intended.