-
-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs]: Radis missing connection #1464
Labels
Comments
You need to have radis installed and a server started. |
I installed radis but still get this error:
|
Make sure to run the setup command again
|
@TheMikeyRoss it means that you don't have a running Redis instance or its port isn't published. cp apps/dokploy/.env.example apps/dokploy/.env |
This is the complete sequence of setup steps: pnpm install
cp apps/dokploy/.env.example apps/dokploy/.env
pnpm run dokploy:setup
pnpm run dokploy:dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To Reproduce
I followed the steps in the contribution page and I got this error:
but there was nothing about radis. is there a .env.example needed? is there a step I missed?
Current vs. Expected behavior
Running
pnpm run dokploy:dev
should run the frontend to https://localhost:3000 but instead I get repeated radis connection errorProvide environment information
Which area(s) are affected? (Select all that apply)
Local Development
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Maybe, need help
The text was updated successfully, but these errors were encountered: