I went and changed the permissions on the mail.sh file.but still no notifications.
Right after I did this, I recreated the container to remove the permissions, because I was getting a blank website.
I tried the webpage again, but same result, this is what I am getting on docker-compose log:
In my efords to try to get this working I added the x permissions to other files, let me know if I should remove those permissions,also I am not sure why there is two cron jobs, yesterday when I was working on it, there was only 1 cron job.here is the terminal output:
Right after I did this, I recreated the container to remove the permissions, because I was getting a blank website.
I tried the webpage again, but same result, this is what I am getting on docker-compose log:
Proabably not related to the email issue, but FYI.I am proabably just going to rebuild the container from scratch and lose the boards I had made before. maybe there is an easy way to restore the boards from the old installations?thanks for the help.
I did some research and it looks like in the php.ini file the mail log option is commented out.
I un-commented it and placed it in the /var/log/mail.log however, I was unable to test it, because I still get a blank page on my restya board home page.
should I open a new thread for the new issue (blank page) or do i just leave it here?
thanks.
I was unable to find mail.log under the /var/log folder:
I did some research and it looks like in the php.ini file the mail log option is commented out.
I un-commented it and placed it in the /var/log/mail.log however, I was unable to test it, because I still get a blank page on my restya board home page.
should I open a new thread for the new issue (blank page) or do i just leave it here?
Here is what I got:
thanks.
Here is the URL i got my board hosted on: https://board.dev.windermeregroupone.com/This might make it easier for you, try not to make it public.
I looked for the nginx error log, I noticed it was empty (only two entries after I refreshed the site several times)I checked my docker logs, and there was a database connection error,I fixed the database connection errorthen I looked at the nginx error log again, still only two lines.Then I looked at the docker-compose log between the proxy and the restya container.it shows a 401 error getting this file: /api/v1/settings.jsonDocker Compose Log:-proxy | nginx.1 | board.dev.windermeregroupone.com x.x.x.x - - [25/Feb/2020:19:53:51 +0000] "GET / HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"-proxy | nginx.1 | board.dev.windermeregroupone.com x.x.x.x - - [25/Feb/2020:19:53:52 +0000] "GET /api/v1/settings.json?token=195d9c5ee080dbbb9b23a78eb8be46895f78c416&_=1582660432040 HTTP/2.0" 401 0 "https://board.dev.windermeregroupone.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"-resty-board | 172.21.0.3 - - [25/Feb/2020:11:53:51 -0800] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"-resty-board | 172.20.0.2 - - [25/Feb/2020:11:53:52 -0800] "GET /api/v1/settings.json?token=195d9c5ee080dbbb9b23a78eb8be46895f78c416&_=1582660432040 HTTP/1.1" 401 5 "https://board.dev.windermeregroupone.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"Restya container Nginx Error.log:2020/02/25 10:26:28 [error] 66#66: *9 open() "/usr/share/nginx/html/client/service/extdirect" failed (2: No such file or directory), client: 5.101.0.209, server: localhost, request: "POST /service/extdirect HTTP/1.1", host: "66.191.31.3:8081"2020/02/25 10:55:49 [error] 66#66: *10 open() "/usr/share/nginx/html/client/jars" failed (2: No such file or directory), client: 5.101.0.209, server: localhost, request: "GET /jars HTTP/1.1", host: "x.x.x.3:8081"
On Tuesday, March 3, 2020 at 9:48:07 AM UTC+5:30, Samuel Arcos wrote:After some troubleshooting, I was able to access the restya website again.I recreated the docker-compose stack several times and my browser was remembering sessions from old stacks. I deleted my browser cookies and got the Restya login pages right awayI still have no notification emails going out.What I have done:I made the main.sh file executable, chmod +x main.shThere is no /var/log/mail.log fileI ran "bash mail.sh" because I cant run "main.sh" alone.I have added the imap settings.is there anything else I can test?This is inside a Docker compose proxy setup, running the default restya docker container.
Please schedule the zoom screen share meeting at the link https://calendly.com/restya/it-support?to undertsand and solve the problem.
I saw the time slots available in the calendar, they are all in the super early morning, 2:00 to 5:30 amany chance there is a 8:00 am slot?
Some how i fixed it,I think this is the solution:I had it hosted with a board.dev.website.com domainI was resetting everything, then i noticed on the docker compose file that it asks for the smtp_domain,I was using my email address domain, website.comI then decided to move the site from board.dev.website.com to board.website.comI then had to to chmod +x main.sh (because I build the container, deleting any previous changes)and it worked, restya board was sending emails through the smtp server.