/api/action returning 404
I have a convex deployment and I'm trying to send some data to my table using an action from a go program.
From the docs it looks straightforwards but I was having some truouble.
So I set up a simple action that just prints Hello to teh console. This action runs in the dashboard manually.
When I call this function from my go code I get "HTTP error 404: This Convex deployment does not have HTTP actions enabled."
I don't see anywhere to "enable HTTP actions".
this is my action:
This is my go code code:
When I google this error or talk to AI about it I get a lot of stuff about setting up "http actions" but that's not what I want to do.
I want to do what's in this documentation:
https://docs.convex.dev/http-api/#functions-api
Can someone help me understand please? I thought this was going to be pretty straightforward by looking at the docs and now i'm just spinning.

