Closed katrinaaquino1 closed 8 months ago
Thank you for your report @katrinaaquino1 I will investigate this one this week
Hi @katrinaaquino1 I discovered the source of the bug and have a PR up to fix it here https://github.com/nginxinc/nginx-s3-gateway/pull/209
Would you be able to give it a test with your use case before I merge it? There are not any images pushed at the moment but if you have the ability to build and test it against your use case it would be appreciated.
@4141done This fix works for my use case. Thanks!
@katrinaaquino1 Thank you again for reporting this bug. The fix has been merged and new versions of the docker image with the fix are available on github packages and docker hub. Sorry for any inconvenience it may have caused 🙏
Please feel free to reopen this issue of the problem persists.
Describe the bug An extra set of query parameters is added to the URL
To Reproduce Steps to reproduce the behavior:
Expected behavior The index.html page loads and the URL remains /test?a=asd or updates to /test/?a=asd
Your environment Using the most recent version of the master branch - 0cdacac
Running the container using the included Dockerfile.oss file on localhost
Using AWS S3 as a backend
Additional context I noticed the duplication only happens when navigating to /test?a=asd, but not /test/?a=asd or /test/index.html?a=asd