Hey guys, I struggled a bit with the registration, so I manually set up the project with Docker and ran pnpm dev. Everything works fine until the magic link is sent I get an error when submitting. Here is my
.env
# Make sure to change this to your own random string of 32 characters (https://docs.typebot.io/self-hosting/docker#2-add-the-required-configuration)
ENCRYPTION_SECRET=do+UspMmB/rewbX2K/rskFmtgGSSZ8Ta
DATABASE_URL=postgresql://postgres:typebot@typebot-db:5432/typebot
NODE_OPTIONS=--no-node-snapshot
NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_VIEWER_URL=http://localhost:3001
ADMIN_EMAIL=UNLIMITED
# For more configuration options check out: https://docs.typebot.io/self-hosting/configuration
SMTP_USERNAME="typebot"
SMTP_PASSWORD="password"
SMTP_HOST="0.0.0.0"
SMTP_PORT=1025
NEXT_PUBLIC_SMTP_FROM="'Typebot Notifications' <[email protected]>"