Aps
Aps8mo ago

How to test development httpActions

I created an httpAction following the documentation. The http object is the default export in the convex/http.ts file. I want to test this action while it's in my development environment. When I try to call https://<your deployment name>.convex.site/myAction I get 404. I assume this is because this domain is for production. How can I test the development env?
2 Replies
lee
lee8mo ago
Where did you get the deployment name for the url? You can go to convex dashboard -> go to project -> go to development -> settings to find the HTTP action url
Aps
ApsOP8mo ago
Yep, thanks mate. Not sure why I thought it was the project name... All good now:)

Did you find this page helpful?