FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. eric.vigiani
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    eric.vigiani

    @eric.vigiani

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    eric.vigiani Unfollow Follow

    Best posts made by eric.vigiani

    • Lost acess to fusionatuh admin dashboard

      I accidentally lost my admin privileges on FusionAuth and I am unable to access the admin dashboard, now I cannot access the admin panel to manage my application settings. I would like to restore my admin privileges to regain control of the system.

      I went into the default Fusionauth application and unchecked the admin option in the roles.
      I have a cloud hosting and I am the only user there.

      posted in Q&A
      E
      eric.vigiani

    Latest posts made by eric.vigiani

    • Lost acess to fusionatuh admin dashboard

      I accidentally lost my admin privileges on FusionAuth and I am unable to access the admin dashboard, now I cannot access the admin panel to manage my application settings. I would like to restore my admin privileges to regain control of the system.

      I went into the default Fusionauth application and unchecked the admin option in the roles.
      I have a cloud hosting and I am the only user there.

      posted in Q&A
      E
      eric.vigiani
    • Problem running Flask server - Dashboard page not found (404 error)

      I'm facing an issue while setting up FusionAuth with Flask. I followed the configuration steps to integrate FusionAuth into my Flask application, but I'm having difficulty accessing the dashboard page after starting the Flask server.

      Here is the configuration I'm using:

      I have a Flask application with the following routes:

      Main route (/) that redirects to the FusionAuth login page.
      Logout route (/logout) that clears the user session and redirects to the main page.
      Dashboard route (/dashboard) that should display the dashboard page with additional user information.
      I created the corresponding HTML pages (home.html, dashboard.html) and placed them in the 'templates' folder of my Flask project.

      I ensured that the routes are correctly defined in the code and that the URLs are properly specified in the HTML pages.

      I verified that all the necessary dependencies are correctly installed.

      After starting the Flask server, I can access the home page and successfully login using FusionAuth. However, when I try to access the dashboard page (/dashboard), I receive a 404 error indicating that the page was not found.

      in the flask documentation https://fusionauth.io/docs/v1/tech/tutorials/integrate-python-flask, i am trying to undestand this section.

      a6c91906-8079-4f61-a9ee-8ef3f897be1e-image.png

      posted in General Discussion
      E
      eric.vigiani