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