-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
setup of talawa-api in local machine using docker is giving error regarding "PWD" variable not set correctly #2598
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
@vaibhavityagi, You currently have 2 issues. Our policy is to assign no more than two issues to each contributor across all repositories. This way everyone gets a chance to participate in the projects. We sometimes give exceptions for more urgent cases and sometimes we lose track, but the policy stands. You have reached your limit, please wait until your existing issues are closed before requesting more issues. You could unassign yourself from one of the other issues too. |
@pranshugupta54 I have unassigned myself from one of the issues as it was already fixed. |
Hey |
Hey @DipanshuOjha, this issue is already assigned. You can comment on other issues which are open and not yet assigned. |
I have found all the fixes. Looking for the Caddyfile fix, will raise a PR in a week |
|
anyone working on this ?? . i found the bug because of why we are not able to access the api server on main branch through docker !! assign it to me |
i have raised the pr but should i add the things that the workflow suggests??? |
|
During the week of November 11, 2024 we will start a code freeze on the We have completed a project to convert the Talawa-API backend to use PostgreSQL. Work will then begin with us merging code in the Planning activities for this will be managed in our #talawa-projects slack channel. A GitHub project will be created to track specially labeled issues. We completed a similar exercise last year using a similar methodology. Starting November 12, California time no new PRs will be accepted against the There are some GSoC project features that will need to be merged into develop. These will be the only exceptions. This activity and the post GSoC 2024 start date was announced in our #general Slack channel last month as a pinned post. |
i did fix but the caddy is giving error in the docker-compose.dev cause it didnt get ssl it will not fail in production thats why i had tallk with maintainers in the slack they adviced me to do this separate the docker-compose.cloud and fix the docker-compose.dev which i did and now if we run from the command npm run test it is working fine from system so what will now i do ? will i need to go back like how previous docker-compose.dev configuration and fix that database not connecting issue or i continue with this?? @palisadoes |
updatess?? |
Also i found a bug in the testcase thats why the test cases are failing !!!! and i fixed it |
Describe the bug
A clear and concise description of what the bug is.
This bug is regarding docker-compose.dev.yaml file because of which we are not able to set-up talawa-api in our system.
Expected behavior
It should setup the talawa-api by successfully creating 3 docker containers
2.redis-stack-server
3.minio
upon which the "talawa-api-dev" services depends
Actual behavior
A clear and concise description of how the code performed w.r.t expectations.
Error indicate that mongodb is not able to established connection with other containers
I have attached the screenshot for more detail
Screenshots
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: