Hi! Thanks for your replies! I have managed to get the /initial endpoint to work, but as others have said in other posts, I’m not seeing any RabbitMQ messages and accounts are not being created in PostgreSQL.
I think I understand the relationship between the client ID passed in the /initial request, the Keycloak client and the Veo user, but it isn’t joining up.
In the front end, most things are still not loading because I’m getting errors about the client with the UUID not existing, or 0 clients being passed when 1 is expected, depending on how I create the user initially.
I assume that these issues would go away if the messaging was working.
RabbitMQ seems to have a bunch of veo exchanges and queues configured. I have also checked the roles and permissions of the Keycloak client and added the relevant roles.
I can see four connections in the RabbitMQ management interface, but can’t determine which of the services are connected.
Any tips would be greatly appreciated! I feel like I’m 99% of the way there…