sublinks / sublinks-api

MIT License
74 stars 18 forks source link

API is not sending messages when user/community is created #306

Closed lazyguru closed 5 months ago

lazyguru commented 5 months ago

The API service is not sending messages to the federation service via RabbitMQ when a user or community is created. This can be seen by starting up the docker containers and logging into the RabbitMQ dashboard and looking at the federation database and docker logs. No errors are reported by the federation service. No messages appear in RabbitMQ. As far as I can tell, the API is not even attempting to send messages.

Steps to reproduce

There is code in the user/community creation flow that is supposed to send messages

lazyguru commented 5 months ago

http://localhost:15672/#/queues Screenshot 2024-04-07 at 7 17 06 PM

lazyguru commented 5 months ago

You can see that the API is connected to the queues, it just isn't sending messages.

http://localhost:15672/#/connections Screenshot 2024-04-07 at 7 17 46 PM