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

Use proxy endpoint for tests #1

Open
joewood opened this issue Jul 6, 2021 · 0 comments
Open

Use proxy endpoint for tests #1

joewood opened this issue Jul 6, 2021 · 0 comments
Labels
devcontainer Issues related to the devcontainer dev environment enhancement New feature or request good first issue Good for newcomers

Comments

@joewood
Copy link
Owner

joewood commented Jul 6, 2021

The test React App uses the Minio endpoint directly rather than going through the develop-time webpack proxy. Going through the proxy resulted in "signature incorrect" errors being reported by the AWS S3 SDK. This is likely because of HTTP headers being inserted by the proxy don't match the recommended as documented by minio.

The following line uses the Minio container directly, where it should use the window.location.origin endpoint.

@joewood joewood added enhancement New feature or request good first issue Good for newcomers devcontainer Issues related to the devcontainer dev environment labels Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devcontainer Issues related to the devcontainer dev environment enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant