Problem configuring DB auth #4066
-
i cant configure db auth not even qith the example file, i always get this |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hey @ivanmartinezjurjo , thanks for opening this question. Can you share some more details on the deployment you've made? environment variables for frontend and backend and maybe some logs? |
Beta Was this translation helpful? Give feedback.
-
@ivanmartinezjurjo ¡Hola! Soy un bot aquí para ayudarte con problemas, preguntas y contribuciones. To resolve the "The authentication service is currently unavailable" error when configuring database authentication for the Keep application, ensure the following:
By following these steps, you should be able to diagnose and resolve the issue with the authentication service. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Can you access Keep's database? if so, can you try executing:
delete from user where 1=1;
and restarting the backend, trying again with keep/keep?Sorry for the tough debugging process but trying to see what's the problem :)