Retrieving Logs from Docker

468 views
Skip to first unread message

Scott Johnson

unread,
Feb 27, 2022, 7:14:49 PM2/27/22
to taigaio
Hi Everyone:

I am in the process of migrating our production version of taiga, which uses Docker, to the newest images on a new linode instance. Everything seems to be working ok, but I'm seeing a couple of issues, mostly with email, that indicates to me that I haven't set something up correctly within the docker-compose file. Namely, I'm seeing:

1. When I attempt to re-send an invitation to a new member of a project listed in the members tab of the project settings, I get an error message stating that "Something went wrong", and additionally specifying: "ADMIM.MEMBERSHIP.ERROR_SEND_INVITATION" (Side note: I think this should probably be spelled "ADMIN.MEMBERSHIP.ERROR_SEND_INVITATION")
2. When I click "New Member", add a new email address, click the add new email button, fill out the form, and click "Invite Member", the spinner on the button shows up for a few seconds and then returns me to the form as if I hadn't submitted it.

I suspect this has something to do with the host I'm using for email, but the crux of my question is which host would I connect to to debug this, how would I go about connecting (do I just run docker exec -it <service_name> /bin/bash), and where are the logs that would give me more information located?

Thanks for any help you can give!

~Scott

David Barragán

unread,
Feb 28, 2022, 10:55:21 AM2/28/22
to Scott Johnson, taigaio
Hi Scott

You can see logs from taiga-back, the backend,  and taiga-async, the tasks queue manager who run the task that send the email, with this command

$ docker-compose logs -f taiga-back taiga-async

Then try to send the invitations and check the output of your console.

On the other hand, I create a PR to fix the typo https://github.com/kaleidos-ventures/taiga-front/pull/144 Thanks a lot.

Best regards

.

--
Please help us keep the Taiga.io Community open and inclusive, follow our Code of Conduct:
https://github.com/taigaio/code-of-conduct/blob/master/CODE_OF_CONDUCT.md
---
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/CAEFop41VH%2B5d%3DrxGzfkArx-5u9sANyVkCYyLpG73XPW_r%3Dh8HA%40mail.gmail.com.


--
Logo Kaleidos David Barragán Merino
Engineer & Co-founder 
kaleidos.net/FFF8E7
 


Este mensaje y sus archivos adjuntos van dirigidos exclusivamente a su destinatario, y pudiendo contener información confidencial sometida a secreto profesional, o cuya divulgación esté legalmente prohibida. Cualquier opinión en él contenida es exclusiva de su autor y no representa necesariamente la opinión de la empresa. Si ha recibido este mensaje por error, le rogamos nos lo comunique de forma inmediata por esta misma vía y proceda a su eliminación, así como a la de cualquier documento adjunto al mismo. El correo electrónico vía Internet no es seguro y no se puede garantizar que no haya errores ya que puede ser interceptado, modificado, perdido o destruido, o contener virus. Cualquier persona que se ponga en contacto con nosotros por correo electrónico se considerará que asume estos riesgos.

KALEIDOS OPEN SOURCE se reserva las acciones legales que le correspondan contra todo tercero que acceda de forma ilegítima al contenido de cualquier mensaje externo procedente del mismo.

INFORMACIÓN PROTECCIÓN DE DATOS. Responsable: KALEIDOS OPEN SOURCE (B86241973)

Le informamos que sus datos identificativos y los contenidos en los correos electrónicos y ficheros adjuntos pueden ser incorporados a nuestras bases de datos con la finalidad de mantener relaciones profesionales y/o comerciales y, que serán conservados mientras se mantenga la relación. Si lo desea, puede ejercer su derecho a acceder, rectificar y suprimir sus datos y demás reconocidos normativamente dirigiéndose al correo emisor o en los datos del responsable. Para información y consultas visite nuestra web  https://kaleidos.net

David Barragán

unread,
Feb 28, 2022, 11:53:40 AM2/28/22
to Scott Johnson, taigaio
You are welcome :-)


On Mon, Feb 28, 2022 at 5:01 PM Scott Johnson <jay...@gmail.com> wrote:
Thanks, David!

I appreciate your assistance.
Reply all
Reply to author
Forward
0 new messages