idserverwebsite gives Error code: 404 Not Found #953
Replies: 3 comments
-
|
Some additional data: https://localhost:5001/master/Home/Profile is running fine. Console for the running IdServerWebsite shows: C:\Users\Don\source\repos\Quickstart\IdServerWebsite>dotnet run --urls=https://localhost:5002 And netstat shows: C:\WINDOWS\system32>netstat -aon | find "5002" But browser still gets: Looks like there’s a problem with this site https://localhost:5002/ sent back an error. Error code: 404 Not Found |
Beta Was this translation helpful? Give feedback.
-
|
I see the correct url is: https://localhost:5002/master/clients And that is working. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Indeed, by default, SimpleIdServer is configured to use a realm, and the administration website is accessible via this URL: https://localhost:5002/master/clients. It is possible to disable the realm by setting the IsRealmEnabled property to false in the appsettings.json configuration file. KR, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
IdServerWebsite (and idserveradmin) appear to build and run but the browser gives this error:
**Looks like there’s a problem with this site
https://localhost:5002/ sent back an error.
Error code: 404 Not Found**
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions