FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Issue with Getting Started guide, invalid client

    Scheduled Pinned Locked Moved Unsolved
    Q&A
    2
    2
    1
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      raymondcamden
      last edited by

      Following the Getting Started guide, https://fusionauth.io/docs/get-started, I can startup the local FA server via docker and confirm it's running by logging in. I run the Node.js app and it starts up fine too, but hitting login gives me:

      {
        "error" : "invalid_client",
        "error_description" : "client_id: e9fdb985-9173-4e01-9d73-ac2d60d1dc8e is not valid.",
        "error_reason" : "invalid_client_id"
      }
      

      That seems to imply the default code isn't right? I can see the value set in index.mts just fine, but I don't see it as an application in the FA admin (assuming I'm looking at the right place).

      Is there a step I missed?

      mark.robustelliM 1 Reply Last reply Reply Quote 0
      • mark.robustelliM
        mark.robustelli @raymondcamden
        last edited by

        @raymondcamden Are you using the Quickstart app? If so, you need to use the Docker instance specified in the app. If you just spin up a brand new instance of FusionAuth, the sample app does not exists and that is likely why you are getting the error message. Try using the Docker instance in the Quickstart and you should be fine. Let me know how it goes.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post