Cal.com API endpoint missing (?)
-
I looked at https://git.cloudron.io/packages/calcom-app/-/blob/main/Dockerfile and realized that there is something configured with api/v2.
But: open https://cal.example.org/api/v2 only returns error 500 (after 10 seconds).
I have tested the official API of cal.com https://api.cal.com/v2/ and get a 200 OK.
A comparison of https://cal.com/docs/self-hosting/installation#api with /app/code/calcom/apps/web/app/api shows no env files.
Something is going wrong here. -
no nothing. within the app, a curl http://localhost:3000/api/v2 throws a timeout.
-
Trying to reproduce this. It is not clear why the app times out with a 500 but the api seems to be responding normally when the path has a trailling /That just returns a redirect to /api/v2 which times out.
Apparently the API server of calcom is some standalone process, which is not even run in the package. Have to see how to get that going...