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...
-
N nebulon has marked this topic as solved
-
New app package with the API endpoint enabled is out. This is a major version update, so requires manual intervention as a new api endpoint subdomain is now required.
-
Manual intervention due to the major package version update. This means the app does not automatically update.
The DNS setup will work according to how the domain is configured, so of course if an automated backend is used, this will handle the actual DNS setup.