error when starting with docker-compose up #977
-
When starting with docker-compose up, I encountered this error due to which the frontend doesn't start: I tried running docker-compose up also as administrator + we tried starting it on linux, still same error. Could you please help? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
Can you try to check the /home/linkedpipes inside the container? docker compose run -it frontend bash Next list content of the home directory: |
Beta Was this translation helpful? Give feedback.
-
Seems like the user is ok and the home directory is not there... ? PS: About a week ago, it worked totally fine. But now it doesn't matter if I use the previously checked out version or the new version :( |
Beta Was this translation helpful? Give feedback.
-
What version are you using, do you build the images locally? Could you please test with image from GitHub packages using main branch, I've merged develop into it. |
Beta Was this translation helpful? Give feedback.
-
I used git clone and docker-compose up in the cloned directory. But now when I tried to check out the main branch, everything started without problems, thank you very much! |
Beta Was this translation helpful? Give feedback.
-
Hi, I have cloned the forked projects both have the same error - is it possible to fix it? |
Beta Was this translation helpful? Give feedback.
-
Do you get the same error as when you clone this repository? |
Beta Was this translation helpful? Give feedback.
What version are you using, do you build the images locally? Could you please test with image from GitHub packages using main branch, I've merged develop into it.