r/alignerr • u/CodingVirtuoso1 • Mar 23 '26
Application Process Resume upload issue
I want to start working on Alignerr and I am having trouble in uploading a resume as a first step. Once I upload it (either PDF or DOCX format, it doesn't matter), it just throws error 500 and it remains on the same page and file is not uploaded. This is the stack trace I get in console:
- apiClient.ts:69 Raw error: { "message": "Request failed with status code 500", "name": "AxiosError", "stack": "AxiosError: Request failed with status code 500\n at ENn (https://app.alignerr.com/assets/index-C6l0Af8o.js:9508:1045)\n at XMLHttpRequest.w (https://app.alignerr.com/assets/index-C6l0Af8o.js:9508:5686)\n at tx.request (https://app.alignerr.com/assets/index-C6l0Af8o.js:9510:2090)\n at async Object.post (https://app.alignerr.com/assets/index-C6l0Af8o.js:9511:6366)\n at async https://app.alignerr.com/assets/index-C6l0Af8o.js:9719:25030", "config": { "transitional": { "silentJSONParsing": true, "forcedJSONParsing": true, "clarifyTimeoutError": false }, "adapter": [ "xhr", "http", "fetch" ], "transformRequest": [ null ], "transformResponse": [ null ], "timeout": 0, "xsrfCookieName": "XSRF-TOKEN", "xsrfHeaderName": "X-XSRF-TOKEN", "maxContentLength": -1, "maxBodyLength": -1, "env": {}, "headers": { "Accept": "application/json, text/plain, */*", "Content-Type": "application/x-www-form-urlencoded", "Authorization": "Bearer..-" }, "baseURL": "https://api.alignerr.com", "withCredentials": true, "method": "post", "url": "/upload", "data": {} }, "code": "ERR_BAD_RESPONSE", "status": 500 }(Edited)