vincanger / coverlettergpt

Generate Cover Letters based on Job Description and your Resumé. Manage jobs and applications. Get Hired. Have fun. Be cool. Go to School.
https://coverlettergpt.xyz
GNU General Public License v3.0
945 stars 104 forks source link

Error when generating cover letters #8

Closed psyl3x closed 1 year ago

psyl3x commented 1 year ago

I get the below error when trying to generate a cover letter

Request URL: https://coverlettergpt-server-production.up.railway.app/operations/update-cover-letter Request Method: POST Status Code: 500 Remote Address: 104.196.232.237:443 Referrer Policy: strict-origin-when-cross-origin

Seems like the OPTIONS call below succeeds but the POST call above fails:

Request URL: https://coverlettergpt-server-production.up.railway.app/operations/update-cover-letter Request Method: OPTIONS Status Code: 204 Remote Address: 104.196.232.237:443 Referrer Policy: strict-origin-when-cross-origin

I tried this yesterday as well and was unable to generate.

PsSoliman commented 1 year ago

I get the same error

: The issue was fixed on my end when I updated the environmental variables in the LoveDraft/waspversion/.wasp/out/server/.env file. It is worth checking the api call itself with curl to see if the api key is valid as well.