What app is this about, and its version: Overleaf, 2026.02.24~ynh1
What YunoHost version are you running: 12.1.39
What type of hardware are you using: Old laptop or computer
Describe your issue
(English below)
Bonjour,
La dernière mise à jour d’Overleaf a cassé la compilation des projets (le message d’erreur “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.” s’affiche à la place du projet compilé).
Dans les logs du service overleaf-web, j’ai :
{"name":"web","hostname":"","pid":3228227,"level":40,"err":{"message":"request to http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d failed, reason: connect ECONNREFUSED 127.0.0.1:8080","name":"FetchError","stack":"FetchError: request to http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d failed, reason: connect ECONNREFUSED 127.0.0.1:8080\n at ClientRequest.<anonymous> (/var/www/overleaf/live/node_modules/node-fetch/lib/index.js:1501:11)\n at ClientRequest.emit (node:events:518:28)\n at emitErrorEvent (node:_http_client:104:11)\n at Socket.socketErrorListener (node:_http_client:518:5)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:170:8)\n at emitErrorCloseNT (node:internal/streams/destroy:129:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)\nTaggedError: request to http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d failed, reason: connect ECONNREFUSED 127.0.0.1:8080\n at performRequest (/var/www/overleaf/live/libraries/fetch-utils/index.js:242:18)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async fetchStreamWithResponse (/var/www/overleaf/live/libraries/fetch-utils/index.js:57:20)\n at async Object._proxyToClsiWithLimits (file:///var/www/overleaf/live/services/web/app/src/Features/Compile/CompileController.mjs:602:36)\n at async getFileFromClsi (file:///var/www/overleaf/live/services/web/app/src/Features/Compile/CompileController.mjs:454:5)","info":{"url":"http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d","method":"GET"},"code":"ECONNREFUSED"},"projectId":"68cbbc883c1c3bba55dfdb93","url":"http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d","action":"output-file","reqAborted":false,"streamingStarted":false,"duration":1,"msg":"CLSI proxy error","time":"2026-03-08T14:37:52.999Z","v":0}
Et dans ceux du service overleaf-clsi :
{"name":"clsi","hostname":"","pid":3228164,"level":40,"msg":"timeouts and sandboxing are not enabled with CommandRunner undefined","time":"2026-03-08T14:37:52.484Z","v":0}
Il semblerait effectivement qu’aucune application n’écoute sur le port 8080, mais je ne comprends pas pourquoi.
Je vous remercie d’avance pour votre aide !
English version:
Hello,
The latest update of Overleaf broke projects compilation (the error message “An error has occurred when rendering this PDF. Please try recompiling the project from scratch, and if that doesn’t help, follow our troubleshooting guide.” is showing instead of the compiled project).
Here is the last line of the overleaf-web service’s logs:
{"name":"web","hostname":"","pid":3228227,"level":40,"err":{"message":"request to http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d failed, reason: connect ECONNREFUSED 127.0.0.1:8080","name":"FetchError","stack":"FetchError: request to http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d failed, reason: connect ECONNREFUSED 127.0.0.1:8080\n at ClientRequest.<anonymous> (/var/www/overleaf/live/node_modules/node-fetch/lib/index.js:1501:11)\n at ClientRequest.emit (node:events:518:28)\n at emitErrorEvent (node:_http_client:104:11)\n at Socket.socketErrorListener (node:_http_client:518:5)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:170:8)\n at emitErrorCloseNT (node:internal/streams/destroy:129:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)\nTaggedError: request to http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d failed, reason: connect ECONNREFUSED 127.0.0.1:8080\n at performRequest (/var/www/overleaf/live/libraries/fetch-utils/index.js:242:18)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async fetchStreamWithResponse (/var/www/overleaf/live/libraries/fetch-utils/index.js:57:20)\n at async Object._proxyToClsiWithLimits (file:///var/www/overleaf/live/services/web/app/src/Features/Compile/CompileController.mjs:602:36)\n at async getFileFromClsi (file:///var/www/overleaf/live/services/web/app/src/Features/Compile/CompileController.mjs:454:5)","info":{"url":"http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d","method":"GET"},"code":"ECONNREFUSED"},"projectId":"68cbbc883c1c3bba55dfdb93","url":"http://127.0.0.1:8080/project/68cbbc883c1c3bba55dfdb93/user/6895db6695855790b24bb53e/build/19ccde217d7-2e0fab02dab8d573/output/output.pdf?compileGroup=standard&compileBackendClass=c3d","action":"output-file","reqAborted":false,"streamingStarted":false,"duration":1,"msg":"CLSI proxy error","time":"2026-03-08T14:37:52.999Z","v":0}
Same for overleaf-clsi:
{"name":"clsi","hostname":"","pid":3228164,"level":40,"msg":"timeouts and sandboxing are not enabled with CommandRunner undefined","time":"2026-03-08T14:37:52.484Z","v":0}
Looks like no application is listening on port 8080, but I don’t understand why.
Thank you in advance for your help!
Share relevant logs or error messages
/

