Internal Server Error on user registration and invalid_token error when trying to login to localhost #158
-
Hi, i'm trying to create a user with user/password through the login process in React. How is it possible to debug the problem? oh and one more thing if I may... how can I delete a user? how can I delete a client? is it possible to do it in the dashboard? Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
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
|
Beta Was this translation helpful? Give feedback.
Several things to check:
Do you have the latest image?
Run the following command:
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
andclientID
?Regarding user and client deletion, this is not possible right now, but we are a currently implementing it …