Skip to content
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

Error while adding a comment #762

Closed
bhansa opened this issue May 4, 2023 · 4 comments
Closed

Error while adding a comment #762

bhansa opened this issue May 4, 2023 · 4 comments

Comments

@bhansa
Copy link
Member

bhansa commented May 4, 2023

Example URL: https://in.pycon.org/cfp/test-conference/proposals/comment/test-test-test-test-test-test-test-test-test-test-test/create/

Error screen:
image

@ananyo2012
Copy link
Contributor

Thanks for reporting this. This is what I did to fix the issue:

  1. Set master role to redis DB
docker-compose exec redis /bin/sh
# redis-cli
127.0.0.1:6379>slaveof no one

Ref: https://stackoverflow.com/questions/42810115/redis-sentinel-not-connect-to-master-error-readonly-you-cant-write-against-a

  1. Rebuild container and redeploy

@ananyo2012
Copy link
Contributor

If this issue still persists we need to secure redis with a password and update the redis broker url

@ananyo2012
Copy link
Contributor

ananyo2012 commented May 16, 2023

Applied the above fix in this commit - 9948041 . Will monitor for some more time before closing this issue

@ananyo2012
Copy link
Contributor

Fixed in #757

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants