REDIS_URL missing in .env.example for api/v2 #21804
Unanswered
ifrah-ashraf
asked this question in
Self-Hosting
Replies: 1 comment 1 reply
-
Hi @ifrah-ashraf! I'm Dosu and I’m helping the cal.com team. Redis is mandatory for running the API V2 server locally—the codebase enforces the presence of the REDIS_URL environment variable, and the server will not start without it. The absence of REDIS_URL in the .env.example file is an oversight. To resolve the error, add a line like REDIS_URL=redis://localhost:6379 to your .env file (pointing to your local or accessible Redis instance) source. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
REDIS_URL required to run API V2 locally?
Hi team ,
I'm trying to run the API V2 server locally using the official command:
However, I’m encountering an error regarding a missing environment variable
REDIS_URL
,which is not present in the official
.env.example
file.Error log
Is Redis mandatory to run the API V2 server locally or I'm doing it the wrong way.
Beta Was this translation helpful? Give feedback.
All reactions