SabitOriginal post
Rank 2: Process
Hello! I modified the .env file according to the Github integration instructions. But after this command docker-compose up -d docker is restarted, but with the command docker compose exec appwrite vars the change is not visible. Variables are still showing old changes and the GitHub console is unavailable. Why is this happening?
Summary
Developers are having trouble adding Github after following the integration instructions and modifying the .env file. They tried restarting Docker but the changes are not visible when checking with 'docker-compose exec appwrite vars.' The Github console is also unavailable. Try doing a full bounce with `docker-compose down && docker-compose up -d` after ensuring the env variables are saved correctly.