Server not responding. #506
Replies: 2 comments 3 replies
-
Hi @mchhapolia , If you installed Horilla by following the steps in the README file but cannot access the server in the browser, let's debug the issue. Please run the following command in your terminal and share a screenshot of the output: python3 manage.py runserver This will help us check if the server is starting properly or if there are any errors. Also, let us know if you are accessing the correct URL in the browser (default is Looking forward to your response so we can assist further! 🚀 Best Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Team, Thanks for all the help util now. I received below error : (horillavenv) root@delu-nu-Horilla-001:~/horilla# python3 manage.py makemigrations I still continued and got next error : CommandError: Can't find msgfmt. Make sure you have GNU gettext tools 0.15 or newer installed. I installed it using below command. (horillavenv) root@delu-nu-Horilla-001:~/horilla# sudo apt-get install gettext I started the server without any problem : refer below message : File “/root/horilla/horillavenv/lib/python3.10/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po” is already compiled and up to date. System check identified no issues (0 silenced). I have installed it on Ubuntu and now trying to access the horilla using IP address. In .env file, I have updated the below: Don't use "*" for ALLOWED_HOSTS in productionALLOWED_HOSTS=116.203.57.103,www.example.com,example.com,* Kindly suggest, how to access the application using IP. thanks again. |
Beta Was this translation helpful? Give feedback.
-
I have installed the horiila on ubuntu 20.04 using steps mentioned. I can not access the server in browser. How can I debug now? Kindly help.
Note : I am new to python3.
Beta Was this translation helpful? Give feedback.
All reactions