You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description: Unable to fetch a file from the specified URL
I have encountered an issue while trying to fetch a file from my project's file structure. I have attached a screenshot of the file structure for reference.
However, when I call the following URL: http://localhost:3000/public/downloads/pdfs/2023_10_16/hey/Certificates/Confirmation%20of%20Cancellation/0_confirmation_of_cancellation_.pdf, it returns a NOT_FOUND error.
Expected Solution:
To resolve this issue, I would appreciate any guidance or assistance. Here is the relevant code snippet from my index.ts file:
Please let me know if there are any changes or additions I need to make to this code in order to successfully fetch the file. Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
Issue Description: Unable to fetch a file from the specified URL
I have encountered an issue while trying to fetch a file from my project's file structure. I have attached a screenshot of the file structure for reference.
However, when I call the following URL:
http://localhost:3000/public/downloads/pdfs/2023_10_16/hey/Certificates/Confirmation%20of%20Cancellation/0_confirmation_of_cancellation_.pdf
, it returns aNOT_FOUND
error.Expected Solution:
To resolve this issue, I would appreciate any guidance or assistance. Here is the relevant code snippet from my
index.ts
file:Please let me know if there are any changes or additions I need to make to this code in order to successfully fetch the file. Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: