horilla icon indicating copy to clipboard operation
horilla copied to clipboard

Custom Media URL - S3 - Breaking on hiring page

Open TheSuperAgent opened this issue 1 year ago • 3 comments

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

TheSuperAgent avatar Jul 28 '24 09:07 TheSuperAgent

Hello,

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

Regards

amiii123malviya avatar Jul 28 '24 12:07 amiii123malviya

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

horilla-opensource avatar Jul 29 '24 11:07 horilla-opensource

Thanks I'll check

TheSuperAgent avatar Jul 30 '24 04:07 TheSuperAgent

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; }

centaurusgod avatar Sep 02 '24 11:09 centaurusgod

Hi @BhuviTheDataGuy , We are closing this issue due to inactivity. It seems that there hasn't been any recent activity or discussion, and we believe it may have been resolved or is no longer relevant. If you feel this issue is still important and should be addressed, please feel free to reopen it or create a new issue with updated details.

With Regards, Team Horilla

horilla-opensource avatar Sep 24 '24 06:09 horilla-opensource