Hasura and HAProxy

I’ve been running HAPROXY for about a month. I started using it to fix a corrs issue and eventually get ready for scale. I recently switched from mongodb to Hasura with postgres, but I am having an issue with getting the port 8080 exposed to remote traffic. I gotta get into the Hasura console but it seems like HAPROXY might be stopping that from happening? Maybe I am wrong, but if I am not, how would I go about adjusting my configurations to allow a pass through to port 8080 so I can access the Hasura server? Any help would be much appreciated. Thanks!

Is it TLS trafic?

Are you using TCP?

Post your config please.