How to cal API v2 #22654
Replies: 1 comment 8 replies
-
Hi @alexcoopper! I'm Dosu and I’m helping the cal.com team. Your ECONNREFUSED error on port 5555 is almost certainly because the API v2 service isn't running or is missing a required environment variable. Redis is mandatory for Cal.com API v2—make sure you set the For API key management: there is no documented way to obtain an API key via API or CLI—API keys are managed through the UI, and there are no threads or docs showing a supported alternative if the UI is blocked. For licensing: to run API v2, you must set a valid If you need to troubleshoot further, check the logs for the API v2 pod/container and verify all required environment variables are set, especially To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I have configured helm chart to deploy the cal.com on my kubernetes cluster.
Here it the values.yaml with important settings:
I have a few questions:
By calling the
GET http://localhost:30080/api/v2/me or GET http://localhost:3000/api/v2/me in the container I got the error:
@calcom/web:start: Failed to proxy http://localhost:5555/api/v2/me Error: connect ECONNREFUSED ::1:5555
@calcom/web:start: at (Error: connect ECONNREFUSED ::1:5555) {
@calcom/web:start: errno: -111,
@calcom/web:start: code: 'ECONNREFUSED',
@calcom/web:start: syscall: 'connect',
@calcom/web:start: address: '::1',
@calcom/web:start: port: 5555
@calcom/web:start: }
@calcom/web:start: Error: connect ECONNREFUSED ::1:5555
@calcom/web:start: at (Error: connect ECONNREFUSED ::1:5555) {
@calcom/web:start: errno: -111,
@calcom/web:start: code: 'ECONNREFUSED',
@calcom/web:start: syscall: 'connect',
@calcom/web:start: address: '::1',
@calcom/web:start: port: 5555
@calcom/web:start: }
Beta Was this translation helpful? Give feedback.
All reactions