horilla-opensource / horilla

Horilla is a free and open source HR software.
https://www.horilla.com/
GNU Lesser General Public License v2.1
154 stars 103 forks source link

Custom Media URL - S3 - Breaking on hiring page #265

Open BhuviTheDataGuy opened 1 month ago

BhuviTheDataGuy commented 1 month ago

I have created a new job, a candidate applied, when I open the candidate's detail, the resume is not able to load.

Im using S3 as the storage backend. The file has already been uploaded to the S3 bucket.

image

amiii123malviya commented 1 month ago

Hello,

I hope you are doing well, Is this issue still active, I would like to work on this.

Regards

horilla-opensource commented 1 month ago

Hi @BhuviTheDataGuy , The fix is added in the commit [FIX] GENERAL: Media url from backend Please check and let us know if you have any more queries.

With Regards, Team Horilla

BhuviTheDataGuy commented 1 month ago

Thanks I'll check

centaurusgod commented 1 week ago

Have you configured your web server like nginx to serve media files properly? For example: location /media/ { proxy_pass https://.s3.amazonaws.com/media/; proxy_set_header Host $host; }