Closed codygamer666 closed 2 years ago
Was just about to open up a ticket on this. I have just tried it twice, and it is not working. Rolling back to 1.2.4, reverse to operational status.
Was just about to open up a ticket on this. I have just tried it twice, and it is not working. Rolling back to 1.2.4, reverse to operational status.
Yea, even if you update the composer file with the new changes. I tried to log in into the container and the services are running. But if i list the ports that are currently listening the 8118 is missing, I will now double check the ports of the 1.2.4 container and see if the situation is the same.
Yea, even if you update the composer file with the new changes. I tried to log in to the container and the services are running. But if I list the ports that are currently listening the 8118 is missing, I will now double check the ports of the 1.2.4 container and see if the situation is the same.
Same here. The services are running but the connection to the app on that port is not working, and ofc then forward to reverse proxy as well.
Yea, even if you update the composer file with the new changes. I tried to log in to the container and the services are running. But if I list the ports that are currently listening the 8118 is missing, I will now double check the ports of the 1.2.4 container and see if the situation is the same.
Same here. The services are running but the connection to the app on that port is not working, and ofc then forward to reverse proxy as well.
Ok tried just now with "netstat -tulpn | grep LISTEN" using portainer, in the 1.2.4 the 8118 is present, but in the new version is not. The port is pointing to 19/app.js, i'll try to run again the 1.2.5 and see if it's running
Yea, even if you update the composer file with the new changes. I tried to log in to the container and the services are running. But if I list the ports that are currently listening the 8118 is missing, I will now double check the ports of the 1.2.4 container and see if the situation is the same.
Same here. The services are running but the connection to the app on that port is not working, and ofc then forward to reverse proxy as well.
Ok tried just now with "netstat -tulpn | grep LISTEN" using portainer, in the 1.2.4 the 8118 is present, but in the new version is not. The port is pointing to 19/app.js, i'll try to run again the 1.2.5 and see if it's running
The services are all the same on both versions, only the 8118 is not published inside the container running 1.2.5.
I can confirm the same. Dockerfile for 1.2.5 is still the same as it was 20+ days ago with EXPOSE 8118 port, but it's not listening on the latest version.
Thanks for reporting. I'm looking into the issue.
Update: The install server gets exposed but once running the install (or using an existing deployment) the actual trudesk server does get exposed.
Its also spamming the log file so it may take up space if you have the log file volume mounted. (This isn't the default)
I think I have a fix. going to run a couple of tests. If everything checks out I'll repush the docker images.
Update: Test fixed the server crash causing the app to enter a startup loop. Now there is an issue with the routes loading 404 errors. Still working on a fix.
I have pushed updated images with the fix. Please confirm when you get a chance.
I have pushed updated images with the fix. Please confirm when you get a chance.
I'm getting 404 page not found (but the site is loading on 8118, as opposed to yesterday.
Investigating the cause. I can confirm that its only happening with NODE_ENV=production
The issue has been fixed in the develop
branch. I will rerelease v1.2.5
this evening.
The issue has been fixed in the
develop
branch. I will rereleasev1.2.5
this evening.
👍
I have re-released v1.2.5
and docker images have been pushed. Please confirm when you can.
I have re-released
v1.2.5
and docker images have been pushed. Please confirm when you can.
Can confirm. Issue resolved. 1.2.5 is running as expected.
tnx!
I can confirm too, thanks a lot!
Is this a BUG REPORT or FEATURE REQUEST?:
What happened: Just updated from 1.2.4 to 1.2.5 and the when connecting to port 8118 it won't work. After rolling back to 1.2.4 in the docker-compose.yml file it works normally.
What did you expect to happen: Normal operation
How to reproduce it (as minimally and precisely as possible): Install 1.2.4, populate and work a bit and then update to 1.2.5
Anything else we need to know?:
Environment: