Skip to content
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

The url entry in Home Server config must not contains / at the end #14

Closed
huan opened this issue Jun 17, 2019 · 1 comment
Closed

The url entry in Home Server config must not contains / at the end #14

huan opened this issue Jun 17, 2019 · 1 comment

Comments

@huan
Copy link

huan commented Jun 17, 2019

Good

url: 'https://6faa5b07.ngrok.io'

Bad

url: 'https://6faa5b07.ngrok.io/'

Diff

- url: 'https://6faa5b07.ngrok.io/'
+ url: 'https://6faa5b07.ngrok.io'

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

@Half-Shot
Copy link
Contributor

As per #15, we've chosen to fix this on the synapse side matrix-org/synapse#6306

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants