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
url
/
url: 'https://6faa5b07.ngrok.io'
url: 'https://6faa5b07.ngrok.io/'
- url: 'https://6faa5b07.ngrok.io/' + url: 'https://6faa5b07.ngrok.io'
Or, the matrix-appservice-bridge will get a 404 error like this:
matrix-appservice-bridge
❌ PUT //transactions/1 | 404 Not Found
PUT //transactions/1 | 404 Not Found
Which the right log should be:
✔️ PUT /transactions/13 | 200 OK
PUT /transactions/13 | 200 OK
See: wechaty/matrix-appservice#3
The text was updated successfully, but these errors were encountered:
//
As per #15, we've chosen to fix this on the synapse side matrix-org/synapse#6306
Sorry, something went wrong.
No branches or pull requests
Good
Bad
Diff
Or, the
matrix-appservice-bridge
will get a 404 error like this:❌
PUT //transactions/1 | 404 Not Found
Which the right log should be:
✔️
PUT /transactions/13 | 200 OK
See: wechaty/matrix-appservice#3
The text was updated successfully, but these errors were encountered: