- Notifications
You must be signed in to change notification settings - Fork24
feat: add confliction withsubdomain#469
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
mtojek left a comment
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! 👍
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
mtojek commentedNov 28, 2025
@jakehwll Is it ready to merge, or are you still tinkering? |
jakehwll commentedNov 28, 2025
Need to remove the other duplicate test case! Will resolve in a few hours, happy otherwise |
Uh oh!
There was an error while loading.Please reload this page.
76bda72 intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Addresses#343
This pull-request ensures that when we have a
commandobject key that it will conflict if we attempt to usesubdomain = truespecified. This was previously an error back in July 2023, however it seems that we no longer actually throw a 500 if this doesn't exist, rather we simply ignore thesubdomainkey.For better overall handling we simply conflict against this now.