Hello,
The installation is unfortunately failing here: https://paste.yunohost.org/raw/izoxojicug
EDIT:
I made the install work by:
- keeping only one “#” in front of “replication” in
/etc/mongodb.conf
(uninstall keeps adding additional ones) - executing
apt remove mongo*
beforehands
And now… how do I create a user?
Subscription seems blocked (advises to send an email to the administrator)
EDIT2: OK, figured out when going in the Yunohost app admin section → https://domain/launchpad
EDIT3:
Sending e-mail doesn’t seem to work (“Something went wrong. Please try again.”)
Relevant log in /var/log/overleaf/web.log
:
{"name":"web","hostname":"orwell","pid":3843099,"level":50,"err":{"message":"error sending message","name":"OError","stack":"OError: error sending message\n at Object.sendEmail (/var/www/overleaf/live/services/web/app/src/Features/Email/EmailSender.js:109:11)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Object.sendEmail (/var/www/overleaf/live/services/web/app/src/Features/Email/EmailHandler.js:22:3)\n at async sendTestEmail (file:///var/www/overleaf/live/services/web/modules/launchpad/app/src/LaunchpadController.mjs:91:5)\nTaggedError: error sending test email\n at sendTestEmail (file:///var/www/overleaf/live/services/web/modules/launchpad/app/src/LaunchpadController.mjs:95:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\ncaused by:\n Error: Invalid login: 535 5.7.8 Error: authentication failed: (reason unavailable)\n at SMTPConnection._formatError (/var/www/overleaf/live/node_modules/nodemailer/lib/smtp-connection/index.js:790:19)\n at SMTPConnection._actionAUTHComplete (/var/www/overleaf/live/node_modules/nodemailer/lib/smtp-connection/index.js:1564:34)\n at SMTPConnection.<anonymous> (/var/www/overleaf/live/node_modules/nodemailer/lib/smtp-connection/index.js:546:26)\n at SMTPConnection._processResponse (/var/www/overleaf/live/node_modules/nodemailer/lib/smtp-connection/index.js:969:20)\n at SMTPConnection._onData (/var/www/overleaf/live/node_modules/nodemailer/lib/smtp-connection/index.js:755:14)\n at SMTPConnection._onSocketData (/var/www/overleaf/live/node_modules/nodemailer/lib/smtp-connection/index.js:193:44)\n at TLSSocket.emit (node:events:524:28)\n at TLSSocket.emit (node:domain:489:12)\n at addChunk (node:internal/streams/readable:561:12)\n at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)","info":{"email":"timothee@monin.net"}},"responseTimeMs":1389,"req":{"method":"POST","url":"/launchpad/send_test_email","remoteAddress":"127.0.0.1","headers":{"referer":"https://latex.monin.net/launchpad","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","content-length":"30"}},"res":{"statusCode":500,"headers":{"content-length":"798"}},"msg":"POST /launchpad/send_test_email","time":"2025-04-06T14:00:05.216Z","v":0}
Document PDF generation doesn’t work (" Erreur de rendu PDF
Une erreur s’est produite lors du rendu de ce PDF. Please try recompiling the project from scratch, and if that doesn’t help, follow our troubleshooting guide.")
I can’t download the log files either (error 404).
EDIT4:
Found out it was caused by the fact that my /home/yunohost.app
is a symlink, and the apps forbids it. Setting directly the direct path in the settings.js file did the trick.