Reactive-Resume
Reactive-Resume copied to clipboard
Cannot download the resume I created
Hi there - love this app, by the way.....I created my resume using one of the templates, but I cannot download it as a PDF. I clicked on the button several times, looked on my desktop and download folders, and nothing. Can you help? I am using a MacBook Air and the Safari browser.
Thanks.
Stan
I am facing the same issue. Clicking download pdf returns a notification "Request Failed with staus code 404"
I went back to https://rxresu.me/dashboard/resumes and opened the resume, then I was able to print. Hope it works for you
After hours of trying suggestions from other issues I got it working by modifying the compose file as follows:
- Change the
PUBLIC_URL: http://localhost:3000
to point to the docker servicePUBLIC_URL: http://app:3000
- Modify
STORAGE_URL: http://localhost:9000
by appendingdefault
to the url i.e.STORAGE_URL: http://localhost:9000/default
If you're using the traefik.yml
compose file the same steps applies. FYI, I'm running it locally and I haven't tested it on the cloud but I presume it should work. Also, I haven't really started extensively using the app so I don't know if anything else is broken but currently resume previews and pdf exports works. Hope this helps.
After hours of trying suggestions from other issues I got it working by modifying the compose file as follows:
- Change the
PUBLIC_URL: http://localhost:3000
to point to the docker servicePUBLIC_URL: http://app:3000
- Modify
STORAGE_URL: http://localhost:9000
by appendingdefault
to the url i.e.STORAGE_URL: http://localhost:9000/default
If you're using the
traefik.yml
compose file the same steps applies. FYI, I'm running it locally and I haven't tested it on the cloud but I presume it should work. Also, I haven't really started extensively using the app so I don't know if anything else is broken but currently resume previews and pdf exports works. Hope this helps.
~~This only works on local.~~ ~~Tested on prod env, still throws the same issue.~~ ~~Tried with auth cookie and tested in local, works. I don't think it's an issue with compose in local.~~
EDIT: Removing the volume and completely restarting the docker containers worked.
Reference: .env.example