tnkuehne / LACE

Learn, Apply, Comply - Development of Continuing Education Materials on Privacy-Enhancing Technologies
https://privacyeducation.tech
1 stars 0 forks source link

error logging for serverside errors #459

Open tnkuehne opened 1 month ago

tnkuehne commented 1 month ago

web-1 | Error while logging error: TypeError: fetch failed web-1 | at node:internal/deps/undici/undici:13392:13 web-1 | at process.processTicksAndRejections (node:internal/process/task_queues:105:5) web-1 | at async logError (file:///app/build/server/chunks/hooks.server-S3RTmtge.js:27:7) web-1 | at async Object.handleError (file:///app/build/server/chunks/hooks.server-S3RTmtge.js:51:23) web-1 | at async handle_error_and_jsonify (file:///app/build/server/index.js:1575:10) web-1 | at async respond_with_error (file:///app/build/server/index.js:3080:14) web-1 | at async render_page (file:///app/build/server/index.js:3530:12) web-1 | at async resolve2 (file:///app/build/server/index.js:4138:24) web-1 | at async respond (file:///app/build/server/index.js:4030:22) web-1 | at async Array.ssr (file:///app/build/handler.js:1270:3) { web-1 | [cause]: Error: connect ECONNREFUSED 127.0.1.1:443 web-1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1610:16) { web-1 | errno: -111, web-1 | code: 'ECONNREFUSED', web-1 | syscall: 'connect', web-1 | address: '127.0.1.1', web-1 | port: 443 web-1 | } web-1 | }