Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    1. Home
    2. Tags
    3. troubleshooting
    Log in to post
    • All categories
    • dan

      Locked out due to template changes
      Q&A • theme troubleshooting • • dan

      2
      0
      Votes
      2
      Posts
      66
      Views

      dan

      This link is probably what you are looking for:

      https://fusionauth.io/docs/v1/tech/themes/#handling-failures

    • dan

      How can I make sure FusionAuth is running when I start it via docker-compose?
      Q&A • docker docker-compose troubleshooting • • dan

      2
      0
      Votes
      2
      Posts
      95
      Views

      dan

      A good way to test the app is up and running is to run docker logs 27e4c9edd311 where 27e4c9edd311 is the docker container id, which is found by running docker ps|grep fusionauth.

      If you are using docker-compose, you can also run docker-compose logs -f fusionauth.

      Look in the logs for any errors. On successful startup, you'll see this message (with perhaps a different version message):

      --------------------------------------------------------------------------------------------------------- ------------------------------- Starting FusionAuth version [1.16.0-RC.1] ------------------------------- ---------------------------------------------------------------------------------------------------------