We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At some point, withSlackHandle started throwing the following error for some workspaces:
withSlackHandle
"{}" Error in $: key "ok" not present Please report this failure to the github issue tracker
Eventually, I found this issue and in particular jigale's comment:
We ran into this issue as well where the trailing query parameter (?dp=1) was being stripped by websocketizeURLPort(). The PR fixed things for us.
Sure enough, checking the URI received for the problematic workspace, I saw ?dp=1 there.
?dp=1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At some point,
withSlackHandle
started throwing the following error for some workspaces:Eventually, I found this issue and in particular jigale's comment:
Sure enough, checking the URI received for the problematic workspace, I saw
?dp=1
there.The text was updated successfully, but these errors were encountered: