Skip to content
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

Using query params to serve static file leads to 404 #3

Open
gsouf opened this issue Jan 14, 2022 · 0 comments · May be fixed by #8
Open

Using query params to serve static file leads to 404 #3

gsouf opened this issue Jan 14, 2022 · 0 comments · May be fixed by #8

Comments

@gsouf
Copy link

gsouf commented Jan 14, 2022

Hi,

I'm serving some static files with serve. Notably this one http://172.16.1.169:7000/app.css. I use a timestamp in the query string for cache invalidation, for example http://172.16.1.169:7000/app.css?v=12345. However as soon as we use a query string serve will return a 404 error.

Is that on the purpose?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant