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
Is this related to the bug I reported in #2285? Or a bug you have locally?
I never had problem with this.
This is not a reported bug. I think you added a slash / in your version of .env. I added it in this PR so that users know that a slash at the end is required in order to have a working url e.g. http://minio:9000/private is valid but http://minio:9000private is not valid
Is this related to the bug I reported in #2285? Or a bug you have locally?
I never had problem with this.
This is not a reported bug. I think you added a slash / in your version of .env. I added it in this PR so that users know that a slash at the end is required in order to have a working url e.g. http://minio:9000/private is valid but http://minio:9000private is not valid
Anyway I think it is more robust with the new .env_sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added
/to the end of the url in env sample. Without this change the url is incorrect when used in the compute workerChecklist