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 #3

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

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

huan opened this issue Jun 13, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@huan
Copy link
Member

huan commented Jun 13, 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

@lprintf
Copy link
Contributor

lprintf commented Jul 20, 2021

@lprintf lprintf closed this as completed Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants