Hello,
6
7 I performed a fresh installation of SurfSense using the official Docker Compose method on Arch Linux.
8
9 I am unable to create a user or log in.
10
11 What we tried:
12 1. The web UI at http://localhost:3000 does not show a "Register" or "Sign Up" option, only "Sign In".
13 2. We manually configured the backend to enable registration by setting REGISTRATION_ENABLED=TRUE and AUTH_TYPE=LOCAL. This did not make the registration option
appear in the UI.
14 3. We then manually created an admin user directly in the database by executing a script inside the backend container. The script confirmed the user was created
successfully.
15 4. However, trying to log in with the credentials of the manually created user still fails without any specific error.
16
17 It seems the authentication flow is broken in the current version.
Hello,
6
7 I performed a fresh installation of SurfSense using the official Docker Compose method on Arch Linux.
8
9 I am unable to create a user or log in.
10
11 What we tried:
12 1. The web UI at
http://localhost:3000does not show a "Register" or "Sign Up" option, only "Sign In".13 2. We manually configured the backend to enable registration by setting
REGISTRATION_ENABLED=TRUEandAUTH_TYPE=LOCAL. This did not make the registration optionappear in the UI.
14 3. We then manually created an admin user directly in the database by executing a script inside the backend container. The script confirmed the user was created
successfully.
15 4. However, trying to log in with the credentials of the manually created user still fails without any specific error.
16
17 It seems the authentication flow is broken in the current version.