-
Notifications
You must be signed in to change notification settings - Fork 881
fix: error if protocol isn't specified in --access-url #4835
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change that although is easy to fix, we might wanna make sure our docs don't have any usage without a protocol.
The primary case I've seen is --access-url localhost:8080 or something.
I think it's maybe better if we default to HTTP instead.
Yeah I personally like the breaking change and requiring it just because it's no extra work to provide that information. |
Specifically, I would rather hard error because any sort of inference we make can lead to situations like this - #2874 (comment) |
Fair enough |
I'll talk with ben and see if we can make this breaking change loud in the changelog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on the FE ✅
Garrett and I synced. We'll include these breaking changes at the top of the changelog |
Closes #4783