Issue with C# blazor tutorial

I’m trying to follow this tutorial here: https://developer.okta.com/blog/2019/10/16/csharp-blazor-authentication

I have followed it completely, however, it does not redirect to the registration or login page.

I have put in my clientID and clientSecret and I have set up the application. Unfortunately, it only tries to send to the address “localhost:5001/Identity/Account/Register” and says “Sorry, there’s nothing at this address.”

Any help would be great

Thank you for drawing our attention to this. I’ve updated the article with more complete code examples:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.