Error at installing CryptPad with Sandbox Domain

My YunoHost server

Hardware: Raspberry Pi 3 at home
YunoHost version: 11.1.15
I have access to my server : Through SSH and through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:
If your request is related to an app, specify its name and version: 5.2.1~ynh8

Description of my issue

I previously had CryptPad installed to a sub domain sub.domain.com and it worked fine. After one of the upgrades in the last few months, it suddenly started needing sandbox-sub.domain.com as well, so I added that but it didn’t work.

I’ve uninstalled CryptPad, set up an entirely new domain at sub.domain.me and set up sandbox-sub.domain.me and added them to my Yunohost through the webadmin, got certificates, all that, and rerun the installation but it doesn’t seem to like it. Something about it already existing?

Here’s the last part of the logs:

2023-03-25 16:20:17,754: DEBUG - + [[ domain2.tld == *\.* ]]
2023-03-25 16:20:17,756: DEBUG - + sandboxdomain=sandbox.domain2.tld
2023-03-25 16:20:17,757: DEBUG - + [[ domain2.tld == *\.*\.* ]]
2023-03-25 16:20:17,758: DEBUG - + sandboxdomain=sandbox-domain2.tld
2023-03-25 16:20:17,759: DEBUG - + [[ domain2.tld == *\.\l\o\c\a\l ]]
2023-03-25 16:20:17,759: DEBUG - + ynh_app_setting_set --app=cryptpad --key=sandboxdomain --value=sandbox-domain2.tld
2023-03-25 16:20:17,760: DEBUG - + local _globalapp=cryptpad
2023-03-25 16:20:18,100: DEBUG - + app=cryptpad
2023-03-25 16:20:18,102: DEBUG - + [[ sandboxdomain =~ (unprotected|protected|skipped)_ ]]
2023-03-25 16:20:18,103: DEBUG - + ynh_app_setting set cryptpad sandboxdomain sandbox-domain2.tld
2023-03-25 16:20:19,049: INFO - [....................] > Setting up sandobx domain : sandbox-domain2.tld
2023-03-25 16:20:19,055: DEBUG - + yunohost domain add sandbox-domain2.tld
2023-03-25 16:20:21,104: DEBUG - attribute 'virtualdomain' with value 'sandbox-domain2.tld' is not unique
2023-03-25 16:20:21,135: WARNING - The domain already exists
2023-03-25 16:20:21,362: DEBUG - + ynh_exit_properly
2023-03-25 16:20:22,974: ERROR - Unable to install cryptpad: An error occurred inside the app installation script

Update: I looked at the Domains list in the webadmin and noticed that sandbox-pad.domain.me wasn’t there any more, so the failed install process might’ve deleted it. I ran another install of CryptPad and this time it created the sandbox-pad.domain.me listing itself. I was able to get a LetsEncrypt certificate on it and create my first user account. However, when trying to access pad.domain.me/drive nothing happens; it just hangs forever, loading without continuing.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.