No se puede reinstalar Discourse

Hola,

He intentado reinstalar Discourse desde cero. Y la instalación falla, tengo un error al verificar el primer certificado que nunca antes había tenido. Y luego la instalación falla…

¿Alguna idea de cuál podría ser el problema?

> warning Resolution field "unset-value@2.0.1" is incompatible with requested version "unset-value@^1.0.0"
**error Error: unable to verify the first certificate**
    at TLSSocket.onConnectSecure (node:_tls_wrap:1659:34)
    at TLSSocket.emit (node:events:517:28)
    at TLSSocket._finishInit (node:_tls_wrap:1070:8)
    at ssl.onhandshakedone (node:_tls_wrap:856:12)
I, [2024-06-05T17:24:31.603840 #1]  INFO -- : yarn install v1.22.22
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

I, [2024-06-05T17:24:31.604648 #1]  INFO -- : Terminating async processes
I, [2024-06-05T17:24:31.604696 #1]  INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main pid: 36
2024-06-05 17:24:31.605 UTC [36] LOG:  received fast shutdown request
I, [2024-06-05T17:24:31.605048 #1]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 98
98:signal-handler (1717608271) Received SIGTERM scheduling shutdown...
2024-06-05 17:24:31.608 UTC [36] LOG:  aborting any active transactions
2024-06-05 17:24:31.612 UTC [36] LOG:  background worker "logical replication launcher" (PID 51) exited with exit code 1
2024-06-05 17:24:31.612 UTC [46] LOG:  shutting down
2024-06-05 17:24:31.628 UTC [36] LOG:  database system is shut down
98:M 05 Jun 2024 17:24:31.702 # User requested shutdown...
98:M 05 Jun 2024 17:24:31.702 * Saving the final RDB snapshot before exiting.
98:M 05 Jun 2024 17:24:31.703 * DB saved on disk
98:M 05 Jun 2024 17:24:31.703 # Redis is now ready to exit, bye bye...


FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'yarn install --frozen-lockfile && yarn cache clean' failed with return #<Process::Status: pid 401 exit 1>
Location of failure: /usr/local/lib/ruby/gems/3.3.0/gems/pups-1.2.1/lib/pups/exec_command.rb:132:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"yarn", "cmd"=>["if [ \"$version\" != \"tests-passed\" ]; then\n  rm -rf app/assets/javascripts/node_modules\nfi", "su discourse -c 'yarn install --frozen-lockfile && yarn cache clean'"]}
bootstrap failed with exit code 1
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
b8046f40c39734eb8318b7f868a92127b963e33f1970d43bb122c1c650107e7a

¿Has intentado varias veces y has hecho varias reconstrucciones y tal vez el DNS no apunta a tu servidor? Sospecho que has solicitado un certificado varias veces y ha fallado debido a un error de DNS o de proxy intermedio y ahora tendrás que esperar una semana. Puedes probar con un subdominio diferente o añadir una segunda dirección al certificado (no importa cuál sea) como se describe en Configurar Let’s Encrypt con múltiples dominios / redirecciones.

¿Ejecutaste ./discourse-setup? ¿Pasó la prueba de DNS al principio?