where did the dashboard go?
-
It has been about 2 years since I was fooling with Fusion Auth. At that time I had gotten the passwordless working fine, but did have issues with the regular authentication. Perhaps I am just not smart enough. I eventually moved over to Okta for the regular authentication and it seems to work fine. And people still ask me what my tee shirt means!
Anyway, now I am back to working on the passwordless surveys part which still uses FusionAuth. I tried it out yesterday but it didn't work. So I thought maybe there was an error in the dashboard. But now I can't find the dashboard. Does it no longer exist?
Rich
-
@richb201 Hi Rich!
We added an index page, but the dashboard is still accessible. The easiest way to get to it is to go to https://yourfusionauthhost/admin/
If you do that, you'll get redirected to the login screen. Fill that out, and you'll arrive at the dashboard.
Cheers!
-
@dan , can you give me a hint of what 'yourfusionauthhost' is?
-
@richb201 Hard to know. It could be http://localhost:9011 if you are running locally, or a different hostname if you are running it hosted someplace else.
Can you share how you installed FusionAuth? That might help.
-
@dan Well I took a look through my code and see that it is trying to reach
Is that no longer valid? My browser can't seem to find it.
-
@richb201 Heya, you need to start or install FusionAuth. It's a program like MS Word or your web browser. If you haven't used it in a while, it might be stopped.
How you start it depends on how you installed it. https://fusionauth.io/docs/v1/tech/installation-guide/ has some of the methods.