Some delegated actions lead to 404 errors
See original GitHub issueBug description
Delegated actions such as “EditProfile”, “ChangePassword” and “Signout” lead to 404 page not found errors.
My delegation server uses Azure B2C for most user flows.
Reproduction steps
- Sign in
- Go to Profile
- Click “Change name” or “Change password”
- On delegated B2C flow page click “cancel”. This redirects back to the profile page.
- Repeat step 3 and you end up with “Page you’re looking for doesn’t exist”. In the inspector I see the following request return a 404:
GET https://xxxxxx.developer.azure-api.net/delegation-changeProfile?userId=xxxx
.
Expected behavior
The above actions should always work.
Is your portal managed or self-hosted?
Managed
Environment
- Operating system: MacOS Catalina
- Browser: Google Chrome
- Version: 85.0.4183.102
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
How to Find and Fix 404 Errors
Sometimes 404 errors can be the result of changing a page's URL. Altering any part of the URL, whether that's a category name...
Read more >How to Use HTTP Detailed Errors in IIS 7.0
Every Web-Site Administrator or Web Developer has seen "404 - File not found", "401 - Unauthorized" or "500 - Server Error" messages in...
Read more >Is it correct to return 404 when a REST resource is not found?
The HTTP 404 Not Found client error response code indicates that the server can't find the requested resource. Links which lead to a...
Read more >Error: Don't Ignore Your 404!
Often, 404 pages are discovered due to a misspelling on the user's part, or a lack of product or service knowledge. In these...
Read more >Error 404: 4 Ways to Fix It
Error 404 : 4 Ways to Fix It · 1. Make Sure the Domain Is Pointing To Your Hosting · 2. Fix File...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll see if this can be included in next week’s release, worst case the week that follows.
Sorry Adam, yes, I was pretty sure it’s been in the last release 😦 so yeah, another week or so.