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

    raymondcamden

    @raymondcamden

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

    raymondcamden Unfollow Follow

    Latest posts made by raymondcamden

    • Issue with Getting Started guide, invalid client

      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?

      posted in Q&A
      R
      raymondcamden