Skip to content

Internal Server Error on user registration and invalid_token error when trying to login to localhost #158

Answered by frankie567
shirkan asked this question in Q&A
Discussion options

You must be logged in to vote

Several things to check:

Do you have the latest image?

Run the following command:

docker pull ghcr.io/fief-dev/fief:latest                           

If an image is downloaded you should create a new container with this new image.

Is your Client Public?

Browser integrations like React need the client to be Public: https://docs.fief.dev/configure/clients/#public-clients

Did you correctly set baseURL and clientID?

    <FiefAuthProvider
      baseURL="http://localhost:8000" // This should point to your worspace address
      clientId="CLIENT_ID"  // This should be your Client ID
    >

Regarding user and client deletion, this is not possible right now, but we are a currently implementing it

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@shirkan
Comment options

@frankie567
Comment options

@shirkan
Comment options

@frankie567
Comment options

@shirkan
Comment options

Answer selected by shirkan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants