Edit Profile loads a different profile than the current user's profile, and cannot save

This is happening under Version 14, and I think it’s a bug. But I’m not experienced enough to know for sure.

To reproduce, go to https://sitename.frappe.cloud/me and hover over “Edit Profile”. Notice that the link is for https://sitename.frappe.cloud/update-profile?name=someemail@domain.tld

When you click on the link, you are brought to a https://sitename.frappe.cloud/update-profile/atotallydifferentuser@domain.tld.

In other words, the update-profile link redirects to a seemingly random user’s profile - usually the last user who was created in the system.

To add insult to injury, even if you update the values on the page, the save button does nothing and displays no error.

Can anybody reproduce that and verify that it’s not just me?

1 Like

Yes, I’m seeing that issue too.

v14 made some really positive changes on the backend to page routing and rendering, but the portal has been a bit borked since.

You might consider posting an issue on GitHub.

2 Likes

Thanks, Peter. I will do that. I was hoping to use it as an opportunity to get under the covers and even try my hand at a PR - so I wanted to make sure it wasn’t just a n00b mistake.
Thanks for validating me!