-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does static plugin supporting URL decoding ? #15
Comments
Yes, I got the same issue..... |
Just week ago, facing same problem at my end. |
Guys, Don't worry i figure out the solution for this feel free to discuss. just checkout below pull request |
Thanks for reporting this finding! It's blocked by elysiajs/elysia#944 You've to use the |
This should be fixed with elysia |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: