baptisteArno / typebot.io

💬 Typebot is a powerful chatbot builder that you can self-host.
https://typebot.io
Other
7.17k stars 1.96k forks source link

typebot portainer #1572

Closed neurohost closed 3 months ago

neurohost commented 3 months ago

Hello, I just installed Typebot in Portainer. The first email with the magic link doesn't arrive. I don't find any errors in the logs, and there are no errors in the Chrome console either.

I am attaching my docker-compose and env configuration.

docker compose

`services: typebot-db: image: postgres:14-alpine container_name: typebot_db restart: always volumes:

volumes: typebot_data:

external: true

networks: traefik: external: true`

env

` ENCRYPTION_SECRET=123456789 DATABASE_URL=postgresql://postgres:123456789@typebot_db:5432/typebot

NEXTAUTH_URL=https://typebot.domain.com NEXT_PUBLIC_VIEWER_URL=https://bot.domain.com NEXTAUTH_URL_INTERNAL=http://localhost:3000 HOSTNAME=0.0.0.0

ADMIN_EMAIL=info@domain.com

SIGNUP

DISABLE_SIGNUP=false

SMTP

NEXT_PUBLIC_SMTP_FROM="Typebot Notifications info@domain.com" SMTP_HOST=mail.domain.com SMTP_PORT=465 SMTP_USERNAME=info@domain.com SMTP_PASSWORD=123456789 SMTP_SECURE=true `

I am also using Traefik v3, but I get a MIME type error, so I disabled the labels to try using my IP:8080, but I still have the problem with the email; it doesn't arrive.

baptisteArno commented 3 months ago

Sounds like not a bug with Typebot...

If you think it's a bug with Typebot, let us know how we could reproduce the issue on our end.