Can't register or login - indefinite wait #336
Replies: 4 comments 7 replies
-
That log entry seems to imply that the user already exists, and that's why it's unable to save |
Beta Was this translation helpful? Give feedback.
-
I had this line in my docker compose file image: ghcr.io/sysadminsmedia/homebox:latest Would that not pull the latest version? I'm pretty sure I've tried both the previous/original config and this latest version and the server response is the same. I'll try it again using the line above and report back. Though I'm sure I use or have used it previously. |
Beta Was this translation helpful? Give feedback.
-
I've upgraded to the latest versions in this GIT - I even updated the RPI OS to the latest verson and i'm still getting the same errors no matter what email, username combination i use. The timeout 500 error seems to suggest it can't even get to the server to validate anthing. homebox | 8:17AM ERR ../go/src/app/app/api/handlers/v1/v1_ctrl_user.go:39 > failed to register user error="ent: constraint failed: constraint failed: UNIQUE constraint failed: users.email (2067)" |
Beta Was this translation helpful? Give feedback.
-
Just to note - i've got it working on both windows and ubuntu. Just Debian where it fails for me. |
Beta Was this translation helpful? Give feedback.
-
First Check
Homebox Version
Version: v0.10.3 ~ Build: e8449b3
What is the issue you are experiencing?
Sorry Noob question. I've followed the installation process to the letter - however on my RPI when I start docker-compose - everything appears to work but when i try and register a new user after clicking submit it just hangs. It never seems to complete process. I've installed the .exe on my windows machine so I know what to expect.
However my RPI never seems to get past the initial register stage. I can only assume its potentially unable to store the credentials locally?
All help is appreciated.
I get these errors in the log
3:06PM ERR ../go/src/app/app/api/handlers/v1/v1_ctrl_user.go:39 > failed to register user error="ent: constraint failed: constraint failed: UNIQUE constraint failed: users.email (2067)" 3:06PM ERR ../go/src/app/internal/web/mid/errors.go:31 > ERROR occurred error="ent: constraint failed: constraint failed: UNIQUE constraint failed: users.email (2067)" req_id=0d085093d08f/U3Cq9psLR9-000091 3:06PM INF ../go/src/app/internal/web/mid/logger.go:41 > request finished method=POST path=/api/v1/users/register rid=0d085093d08f/U3Cq9psLR9-000091 status=500 3:06PM INF ../go/src/app/internal/web/mid/logger.go:36 > request received method=POST path=/api/v1/users/register rid=0d085093d08f/U3Cq9psLR9-000092
How can the maintainer reproduce the issue?
Install on RPI
Deployment
Docker (Linux)
OS Architechture
ARM64
Deployment Details
No response
Beta Was this translation helpful? Give feedback.
All reactions