orangescrum-community
orangescrum-community copied to clipboard
Weird random issue after setting up docker
Hi, I am getting random urls and end up with error.
http://192.168.31.191:9090/users/HTTP_APPusers/HTTP_ROOTmydashboard
Please suggest.
When this is happening to me I notice that app/Config/constants.php is an empty file. Replacing constants .php and re-entering the site from the main page seems to restore functionality except the task I was adding has the date Nov. 29th, 1999.
This has happened twice - so far.
I have app/Config/constants.php preset and all of sudden it stops working and falls into infinite loop and finally result into error which i shared screenshot.
I just installed this today via Docker and am seeing the same problem: v1.6.1
Since the docker image is considered to be an 'official' offering, can someone from the Orangescrum team please take a look.
Basically the steps to reproduce:
- run the docker image
- edit the app/Config/constants.php and update the SMTP settings
- sh start.sh
- go through the 3 step setup process
- Create a new Task
- it will redirect to: //dashboard#tasks >> this is the transitional point where constants.php becomes empty
I think this is a permissions problem, because alongside that empty constants.php, there is a new file constants_tmp.php that is owned by 'apache:apache'.
To test, I executed: chown -R apache:apache /var/www/orangescrum
Unfortunately, when I tried to click on the new task created earlier 'Foundation', the constants.php file was once again be empty.