Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot edit a user in version 9.1.1 #1709

Closed
wilmarmacosta opened this issue Sep 6, 2021 · 6 comments
Closed

Cannot edit a user in version 9.1.1 #1709

wilmarmacosta opened this issue Sep 6, 2021 · 6 comments
Milestone

Comments

@wilmarmacosta
Copy link

In version 9.1.1, the edit user page returns a blank page.

@tidyui
Copy link
Member

tidyui commented Sep 6, 2021

Can’t reproduce with the latest template and packages. How is your application set up?

@tidyui
Copy link
Member

tidyui commented Sep 6, 2021

Possibly duplicate of #1678

@tidyui
Copy link
Member

tidyui commented Sep 7, 2021

Could you please confirm if this is a duplicate?

@RickIsWright
Copy link
Contributor

Issue: When editing a user in 9.1.1, the full URL is not built, so the url becomes https://manager/user/8644c909-b6fc-4e6e-ad44-63cf044beacd instead of https://someurl.com/manager/[GUID]. If you manually edit the url and prepend the base url of somesite.com/ before the manager segment, you can edit the user. Can you confirm?

@wilmarmacosta
Copy link
Author

wilmarmacosta commented Sep 16, 2021 via email

@ramimod
Copy link

ramimod commented Sep 25, 2021

Change line

<a :href="'@Url.Content("~/")/manager/user/' + user.id">{{ user.userName }}

with

<a :href="'@Url.Content("~/manager/user/")' + user.id">{{ user.userName }}

identity\Piranha.AspNetCore.Identity\Areas\Manager\Views\User\List.cshtml

@tidyui tidyui added this to the Version 9.2 milestone Sep 26, 2021
@tidyui tidyui closed this as completed in b1729dd Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants