You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team. I am in the process of deploying knowledge-repo. It is such a nice tool, thank you very much.
While trying the authentication setup, using the Google auth method as AUTH_PROVIDERS = ['google'] in the config.py file.
It raises the following error
raise ValueError("'name' may not contain a dot '.' character.")
ValueError: 'name' may not contain a dot '.' character.```
Anything I have to change in the `config.py` file for this to work?
Thanks
The text was updated successfully, but these errors were encountered:
Hi team. I am in the process of deploying knowledge-repo. It is such a nice tool, thank you very much.
While trying the authentication setup, using the Google auth method as
AUTH_PROVIDERS = ['google']
in theconfig.py
file.It raises the following error
The text was updated successfully, but these errors were encountered: