Skip to content

Docker: registering doesn't work #69

Description

@MichaelBelgium

Error in docker logs:

2025-09-07T16:29:43.982Z Error 500: Registration failed: undefined is not an object (evaluating 'passwordValidation.error.errors[0]')

These are my envs:

NUXT_DATABASE_URL: "postgresql://postgres:<password A>@postgres:5432/ziit"
NUXT_PASETO_KEY: "k4.local.OUTPUT_OF_OPENSSL_COMMAND"
NUXT_GITHUB_CLIENT_ID: ""
NUXT_GITHUB_CLIENT_SECRET: ""
NUXT_GITHUB_REDIRECT_URI: ""
NUXT_HOST: ""
NUXT_DISABLE_REGISTRATION: false
NUXT_ADMIN_KEY: "<password B>"

POSTGRES_USER: postgres
POSTGRES_PASSWORD: "<password A>"
POSTGRES_DB: ziit

I don't need the github authentication so i assume i don't need to set the other env variables?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions