I'm setting up 3 docker-compose file one contains the treafik proxy, the other one is my api to handle actions, and lastly a hasura service.
My problem is having my hasura actions connect to the other service define in a different docker-compose file. When doing query with hasura console I'm able to retrieve records but when doing some actions I keep getting http exception when calling webhook
.
I checked the actions url and it works fine so I'm not sure why hasura is not able to connect with it.
Thanks
Expecting to have hasura connect with the actions url.