AmruthPillai / Reactive-Resume

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
https://rxresu.me
MIT License
25.89k stars 2.65k forks source link

[Bug] PDF generation error #1969

Closed knight-666 closed 5 months ago

knight-666 commented 5 months ago

Is there an existing issue for this?

Product Variant

Self-Hosted

Current Behavior

Trace: InternalServerErrorException: There was an error while uploading the file. at StorageService.uploadObject (/app/dist/apps/server/main.js:585:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async PrinterService.generateResume (/app/dist/apps/server/main.js:13269:31) at async PrinterService.printResume (/app/dist/apps/server/main.js:13171:21) at async ResumeService.printResume (/app/dist/apps/server/main.js:13969:21) at async ResumeController.printResume (/app/dist/apps/server/main.js:13616:25) { response: { message: 'There was an error while uploading the file.', error: 'Internal Server Error', statusCode: 500 }, status: 500, options: {} } at PrinterService.generateResume (/app/dist/apps/server/main.js:13276:21) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async PrinterService.printResume (/app/dist/apps/server/main.js:13171:21) at async ResumeService.printResume (/app/dist/apps/server/main.js:13969:21) at async ResumeController.printResume (/app/dist/apps/server/main.js:13616:25) Trace: InternalServerErrorException: There was an error while uploading the file. at StorageService.uploadObject (/app/dist/apps/server/main.js:585:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async PrinterService.generateResume (/app/dist/apps/server/main.js:13269:31) at async PrinterService.printResume (/app/dist/apps/server/main.js:13171:21) at async ResumeService.printResume (/app/dist/apps/server/main.js:13969:21) at async ResumeController.printResume (/app/dist/apps/server/main.js:13616:25) { response: { message: 'There was an error while uploading the file.', error: 'Internal Server Error', statusCode: 500 }, status: 500, options: {} } at PrinterService.generateResume (/app/dist/apps/server/main.js:13276:21) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async PrinterService.printResume (/app/dist/apps/server/main.js:13171:21) at async ResumeService.printResume (/app/dist/apps/server/main.js:13969:21) at async ResumeController.printResume (/app/dist/apps/server/main.js:13616:25)

Expected Behavior

No response

Steps To Reproduce

No response

What browsers are you seeing the problem on?

No response

What template are you using?

None

Anything else?

No response

ToshY commented 3 months ago

@knight-666 I'm having the same issue. What was your problem that cacused the exception?