-
Notifications
You must be signed in to change notification settings - Fork 68
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
Unable to access Hookshot Configuration widget due to 504 error. #964
Comments
Did you solve the problem? I got exactly the same issue, I ended up with adding js transformation via API :( |
How do you mean with API? |
Fixed it so for the non federated deployments you need to use :
I was using a docker group so pointed it to my synapse server on 8008. Takes care of the "federated" lookup by going locally and not externally. Hope that helps. |
Sorry for late answer, but exactly this is that what I used. I'm using k8s installation and remember to use http port (you can use |
I want to add
webhooks
from multiple apps to mymatrix
server (synapse
), which I got working, but those apps sendjson
data and have no option to change the data type. Looking around I found out aboutallowJsTransformationFunctions
, so I set it totrue
but I couldn't understand how it works. Then I found that I can addwidgets
which makes these transformations easier but I when add the widget to the room and try to access I get error,from the
docker
logs I see this,to configure
widgets
, I have this inconfig.yml
forhookehost
,and here is my
docker-compose.yml
I have disabled federation completely as this for private use only but from the
docker
logs it seems like it tried to call some route on8448
which is the port forfederation
.The text was updated successfully, but these errors were encountered: