I'm using node/express and trying to follow the answers I see here: Display Pdf in browser using express js
but I'm not sure how to find the path to my PDF file. It's located in the main directory of the project folder, within a folder called "file," so I thought the path would just be
./file/myPDF.pdf
but I just get a "failed to load PDF document" regardless of the path I use.