Can not update the Rocket Chat App
-
When we update the rocket app we have an error:
Cloudron Error - Manifest error: Unknown property (not in schema) @ / addons/oidc.
Please help Us.
-
G girish marked this topic as a question on
-
This post is deleted!
-
@fbartels v7.3.6 (Ubuntu 22.04.1 LTS)
-
@glenkiewicz The Cloudron version is very behind. Currently, Cloudron version is 7.7 . OpenID integration that the rocket.chat package requires is in Cloudron 7.4. You have to update Cloudron to a more recent version. I suggest something like this:
- First, roll back rocket.chat to previous release where it worked.
- Then, update Cloudron to latest
- Then , rocket.chat updates should work
-
@glenkiewicz The Cloudron version is very behind. Currently, Cloudron version is 7.7 . OpenID integration that the rocket.chat package requires is in Cloudron 7.4. You have to update Cloudron to a more recent version. I suggest something like this:
- First, roll back rocket.chat to previous release where it worked.
- Then, update Cloudron to latest
- Then , rocket.chat updates should work
-
@glenkiewicz the update is failing . In the old version, there were no update logs. You have to check in either
journalctl -u cloudron-updater
or there will be log files in/home/yellowtent/platformdata/logs/updater/
. Can you see if there is some error there? -
@glenkiewicz the update is failing . In the old version, there were no update logs. You have to check in either
journalctl -u cloudron-updater
or there will be log files in/home/yellowtent/platformdata/logs/updater/
. Can you see if there is some error there?@girish i have this error:
{ "taskId": "4687", "errorMessage": "Version info mismatch", "timedOut": false }
-
@glenkiewicz I think it has cached some old release information. You have to remove the cache -
rm /home/yellowtent/platformdata/update/*
. Then,systemctl restart box
. In the dashboard (refresh the browser for good measure), check for updates again and it should update. -
@glenkiewicz I think it has cached some old release information. You have to remove the cache -
rm /home/yellowtent/platformdata/update/*
. Then,systemctl restart box
. In the dashboard (refresh the browser for good measure), check for updates again and it should update.@girish it works! Thanks a lot.
-
N nebulon has marked this topic as solved on