tbakerx / react-resume-template

A personal resume website template built with React.js, Typescript, Next.js, and styled with Tailwind css
https://reactresume.com
MIT License
1.88k stars 1.43k forks source link

Can not download pdf document from resumen button #73

Closed fernando080 closed 1 year ago

fernando080 commented 1 year ago

Good night from Spain!

First things first, thank you very much for your work! I'm using you code to learn typescript and at the same time I build a good resume website.

I raise this issue because I have tried to add a pdf in the "download resume button" (line 89 in src/data/data.tsx on main branch) but it still is reporting me an 404 error (404 This page could not be found.). The pdf exists in the specified path. But i do not find the problem in the code...

Thank you again!

Fernando...

tbakerx commented 1 year ago

Does this occur while in development or is the file not found once it's deployed? If so you may want to use the exact url of where the assets are served. This may help https://nextjs.org/docs/basic-features/static-file-serving. If not, feel free to reach back out and I will try to help you further

tbakerx commented 1 year ago

I'm going to go ahead and close this one as it's been dormant for a while. If you're still having troubles, feel free to re-open

akshzyx commented 1 year ago

I'm going to go ahead and close this one as it's been dormant for a while. If you're still having troubles, feel free to re-open

I am having problem downloading resume, how to fix it? I have the path specified /assets/resume.pdf and still its saying 404 page not found.