RETURN URL IS BROKEN
See original GitHub issueProblem
When trying to log in with a specified return_url
it does not:
- Log in
- Return to the specified
URL
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
asp.net mvc 3 - Redirect to returnURL not working
After logon, the redirect(returnURL) is NOT navigating the user to the requested page. The page stays on the login screen. This fixed it,...
Read more >Return URL is broken for escaped characters
One pernicious problem is that certain tags in URLs need to be double encoded, and the ReturnUrl() function has to somehow figure that...
Read more >What are Broken Links? And How Do You Find and Fix ...
A broken link is a web-page that can't be found or accessed by a user, for various reasons. Web servers will often return...
Read more >How to Find and Fix Broken Redirects on Your Website?
What Does “Resource URL Redirect Broken” Mean? ... This issue means that the URL in question is a resource URL that redirects to...
Read more >Return URL Broken #603 | Support Center - ASP.NET Zero
I've been working with the front end disabled. If the return URL is an application URL i.e. /Application#/tenant/usersin the ...
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
This is very annoying bug, that is mostly visible when you update btcpay server and stay on that page, refresh it then your login credentials don’t work.
Login?ReturnUrl=%2Fserver%2Fmaintenance
Also if you ever try to visit a an url from your browser that’s bookmarked, and try to login to that page it won’t work.
To replicate:
Ok, not sure what’s going on in your case @klokit-co. I checkout out BTCPay
v1.0.3.137
and logged in through/Account/Login?ReturnUrl=%2Fserver%2Fusers
. I was able to log in successfully and I landed on/server/users
page as expected.