Error 500 in DocuSeal After Update to Version 1.5.0
-
Just updated my personal instance and that seems fine. Also a fresh installation show now error in the features I've tried.
Can you maybe explain in more detail how to reproduce this? Also is the redis container for that app working? You can check in the services view.
-
quick check: no errors on my instances.
-
@nebulon said in Error 500 in DocuSeal After Update to Version 1.5.0:
Just updated my personal instance and that seems fine. Also a fresh installation show now error in the features I've tried.
Can you maybe explain in more detail how to reproduce this? Also is the redis container for that app working? You can check in the services view.
Thank you for the quick response. Unfortunately, we are not sure why this issue is consistently reproducible on our end. The Redis service is running perfectly.
-
Yes, we have already restarted the app, but unfortunately, this did not make any difference. Installing a new container works, but the problem persists in the freshly installed system as well.
We suspect it might be something specific to our Cloudron setup since none of you seem to be experiencing these issues. -
@qwerti said in Error 500 in DocuSeal After Update to Version 1.5.0:
The current version is 7.5.2; perhaps we should consider updating it.
This is most likely the root cause. redis has changed in versions a lot since. Specifically, the newer versions of redis added acl support and also do not support empty redis usernames. I have set the minBoxVersion for docuseal now so it doesn't get installed.
-
-
@girish said in Error 500 in DocuSeal After Update to Version 1.5.0:
@qwerti said in Error 500 in DocuSeal After Update to Version 1.5.0:
The current version is 7.5.2; perhaps we should consider updating it.
This is most likely the root cause. redis has changed in versions a lot since. Specifically, the newer versions of redis added acl support and also do not support empty redis usernames. I have set the minBoxVersion for docuseal now so it doesn't get installed.
Sorry for the late response. We just installed the latest version yesterday, and now everything is working again. Thank you very much for your help.