Manuel Maute
Manuel Maute
Facing the exact same problem, the `http://localhost:3000/api/trpc/profile.sendConfirmationEmail?batch=1` returns: ```json [ { "result": { "data": { "json": null, "meta": { "values": [ "undefined" ] } } } } ] ```
I simply cannot get it to run. Setting `NEXT_PRIVATE_INTERNAL_WEBAPP_URL="http://{CONTAINER_INTERNAL_IP}:3000"` helped to trigger the jobs and now they actually run in the db but signing jobs always fail, for what ever...
Finally got it to work, the solution for me was to not set an export password when creating the .p12 certificate. This makes sense, as according to my research, there...
@shrey565 that's curious, I would expect the NEXT_PRIVATE_SIGNING_PASSPHRASE to be, as the name suggests, the passphrase of the certificate, not the export password. It doesn't really make sense to me...
@jiaweing try [this](https://github.com/documenso/documenso/issues/1296#issuecomment-2405194397)