-
Notifications
You must be signed in to change notification settings - Fork 62
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
Unable to Run Project Locally - Need Assistance with Frontend and Backend Setup #439
Comments
Please describe step by step how did you try setup project locally |
Thanks for you response here are the steps which I followed to run the application locally dev.yml: version: "3.9" x-backend: &common services: volumes: logs after composing the dev.yml: ubuntu@ip-2:~/papermerge-core$ docker-compose -f dev.yml up --build Terminal: ubuntu@ip-1: However papermerge-core-web is running on port 11000 after giving the credentials on login getting error: 502 Bad Gateway then I manually run the manage.py and this is the logs in terminal i am getting: (.venv) root@94938:/core_app# python manage.py runserver 0.0.0.0:8000 System check identified no issues (0 silenced). Not Found: /users/me in browser i am getting error: PM-0001: Client failed to retrieve current user from '/api/users/me' endpoint. Ax message: Request failed with status code 404. Ax code: ERR_BAD_REQUEST. |
I'm interested in contributing to the frontend part of this project, but I'm having trouble getting the project to run locally. I've followed the setup instructions provided in the README and tried to compose build and up the dev.yml with docker/dev/DockerFile, but I keep encountering issues. Frontend is not running as well backend
The text was updated successfully, but these errors were encountered: