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.

* Exception when signin

See original GitHub issue

Open URL: http://localhost:5100/Account/SignIn I got an error

An unhandled exception occurred while processing the request.
TaskCanceledException: A task was canceled.
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

IOException: IDX10804: Unable to retrieve document from: 'http://10.0.75.1:5105/.well-known/openid-configuration'.
Microsoft.IdentityModel.Protocols.HttpDocumentRetriever+<GetDocumentAsync>d__8.MoveNext()

InvalidOperationException: IDX10803: Unable to obtain configuration from: 'http://10.0.75.1:5105/.well-known/openid-configuration'.
Microsoft.IdentityModel.Protocols.ConfigurationManager+<GetConfigurationAsync>d__24.MoveNext()

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
eiximeniscommented, Feb 13, 2018

Some options more… Try if setting windows firewall to not protect DockerNAT works for you (use your neeeded profile - I used public in the sample pic):

image

Hope this helps!

1reaction
dohuyphuongcommented, Feb 13, 2018

Thank you @eiximenis
But my machine cannot change this config. that is stupid.

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

firebase - How do I handle Sign In Exceptions?
Your signin call. ... If you expect to see other exceptions, you might want to add another general catch block or on specific...
Read more >
LoginException (Java Platform SE 7 )
javax.security.auth.login.LoginException ... This is the basic login exception. ... A detail message is a String that describes this particular exception.
Read more >
Exceptions
2 Handling Exceptions. So what should happen if the customer isn't found? In this particular case, we have a login error: the user...
Read more >
Handling Invalid Login exception - Mobile
Here's my log in exception handling. Then of course if you debug: But while debugging, it's caught by the All Exceptions handler ...
Read more >
Getting error in user authentication when throw an ...
Hi , I have an authentication flow.Everything is good when the opening and create a LoginPage after that click login button i throw...
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