I have error when trying to create a project
=> new Project => Kanban => Private Projet
If someone has an idea of logs or something, because I see only the one access log in:
sudo tail -f /home/taiga/logs/nginx.access.log /home/taiga/logs/nginx.error.log
I’ve checked your taiga instance and it has some issues that you should address first.
The issue module seems to not have any status, which should not happen and it may lead to database errors. Through the UI it’s not possible to delete all statuses, maybe you change something directly? a script?
Thanks for answer, but sorry I do not see what is this “The issue module seems to not have any status”.
I must check the database data in a particular table for example?
ps: It is a new installation with no project created.
But there was an exception when creating first project from BO, and has been done multiple time to check if no logs or something.
=> So perhaps some data inserted in database with missing data like you say yes.
ps2: I have no lines in table “issues_issue” for example in database
So yes regarding more in the logs I see theses logs in ubuntu server logs
Feb 28 19:16:29 ip-172-31-98-221 celery[1725249]: [2024-02-28 19:16:29,359: ERROR/Beat] beat: Connection error: [Errno -3] Temporary failure in name resolution. Trying again in 32.0 seconds...
Feb 28 19:16:29 ip-172-31-98-221 celery[1725231]: [2024-02-28 19:16:29,361: ERROR/MainProcess] consumer: Cannot connect to amqp://rabbitmquser:**@rabbitmq:5672/taiga: [Errno -3] Temporary failure in name resolution.
Feb 28 19:16:29 ip-172-31-98-221 celery[1725231]: Trying again in 32.00 seconds... (16/100)
So at the end, I can see that there is problem to login to rabbitmq yes.
Can you see me if I have not done something wrong in this file?
=> /home/taiga/taiga-events/.env
If fix here the two rabbitmq not existing domains “rabbitmqhost” and “rabbitmq”
=> with value “127.0.0.1”
Do it seems a good and normal fix?
Or is it better to let theses domains and need to add them in /etc/hosts?
Thanks
ps: To explain this problem, I perhaps fix the rabbitmq default domain of the doc “rabbitmqhost” during the installation after some other commands played.