-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot get the application to run #10
Comments
Solved the
Now I get the error that the database 'localhost' can not be found, which is correct. Somehow the settings in .env are not reaching this settings.py. Will hardcode the database name for now and do further testing. |
Hi @dennisdebel,
About the
I hope this will help you explore our repo. |
Thank you for the reply! I think I have the back-running after hard coding my .env variables in settings.py, all running locally (except firebase). The frontend is still an issue. After manually installing nvm, node, npm, yarn, next, react, react-dom and fixing the dependency issues by adding the missing peer dependencies to package.json. The frontend installation does not work. Trying to build it manually in the dir reveals the possible error: When running (as suggested to fix the BUILD_ID not found error below):
I get the following error:
Console history from docker compose:
|
@nbtin Thank you so much for you instructions and explanation! I gave up using Docker and now running the frontend and backend seperately. The frontend seems to be working fine from the instructions in the Readme.md. Thank you so much for your time! Two questions issues at the moment:
|
Thanks for your response before. As for the problems with next, the solution I indicated in error 2 #11 (modify docker-compose) seems to work. On the other hand, regarding your last question:
|
Thank you for the reply! Glad to see you got further! I cant get the json credentials to work. So strange, python can't find the file (checked name, path, permissions). Maybe I start with a fresh clone and work from there... /EDIT After a clean clone, the whole process was a lot smoother up until the same credentials error... |
yeah repo owner just wasted 2h of my life, thanks buddy. fixed around 7 incremental errors, still got more. and I don't even know the output quality, but judging by the config format choice and the so many different layers of errors, I don't think it's worth it either |
Dear!
I am totally new with Docker and many of the technologies used here, sorry for that, trying to learn. I feel I got pretty far but still cannot run the image. What I did: adding to requirements.txt > 'networkx==3.1' (somehow the python version does not match with the latest networkx). Installing NVIDIA Container Toolkit, PostgreSQL (and making a database, user with password), making a new Firebase bucket and adding all credentials (and json) to the .env file (btw what is the SECRET_KEY, this is deprecated in firebase).
I am on Ubuntu 22.04.4 LTS.
Full log:
The text was updated successfully, but these errors were encountered: