-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Backend not starting #41
Comments
Sorry, was using docker logs |
there was an issue with backend/app/prestart.sh |
I think that's an issue on cookiecutter and not on the files in this repository. |
Indeed, it's probably an issue with Cookiecutter on Windows: cookiecutter/cookiecutter#1159 But still, this should be fixed now with #149 🎉 It fixes the line endings of shell scripts right after generation. |
Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues. |
I changed my prestart.sh to "LF" using VScode too, and checked it as well. Running script /app/prestart.sh /start-reload.sh: 22: .: Can't open /app/prestart.sh` |
This is in the output of command
This issue still persists on running on Windows. |
@pranjalsrv did you manage to solve the problem? Right now it sends me that error.
|
Have the same issue on macOS I have put the line endings as LF. Any ideas? |
Thanks my friend !!!!!! |
I changed the end of line sequence from CRLF to LF end it worked. I used visual studio code to change this |
Hello
I've tried running project locally on Windows server (using cookiecutter), but backend is not starting.
docker logs shows:
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
: not foundad.sh: 2: /app/prestart.sh:
The text was updated successfully, but these errors were encountered: