Request never makes it to Fly

I am honestly at a loss on what to do and am not sure exactly how to describe my problem. I have a Go application hosted on Fly that has a custom domain through Cloudflare. At first I thought the issue was related to Cloudflare but it seems like no.

I have a form that is using HTMX and submitting to my Go backend at /api/auth/register. It will process the request and send the data off to my Turso database. I don’t even see the request getting logged in Fly. If making the request from the custom Cloudflare domain I will end up with a 524 from Cloudflare. If I bypass the custom domain and just use the fly instance url the request will be stuck at pending in the Network tab.

When inspecting the headers I don’t see anything out of the ordinary so I’m stumped on what is causing this. Has anyone else experienced a similar problem?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.