question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some delegated actions lead to 404 errors

See original GitHub issue

Bug 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

  1. Sign in
  2. Go to Profile
  3. Click “Change name” or “Change password”
  4. On delegated B2C flow page click “cancel”. This redirects back to the profile page.
  5. 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:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
azaslonovcommented, Sep 18, 2020

I’ll see if this can be included in next week’s release, worst case the week that follows.

0reactions
azaslonovcommented, Oct 14, 2020

Sorry Adam, yes, I was pretty sure it’s been in the last release 😦 so yeah, another week or so.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found