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

Integration times out #637

Closed
nukeador opened this issue Nov 12, 2021 · 8 comments
Closed

Integration times out #637

nukeador opened this issue Nov 12, 2021 · 8 comments

Comments

@nukeador
Copy link

Creating a new room and trying to add the Slack integrations results in a time out when selecting the slack channel.

imagen

@jaller94
Copy link
Contributor

This is an in-browser timeout to another tab which should ask your to authenticate to Slack.
It's using the window.postMessage() API.

Your JavaScript console should contain an associated error line like:
postMessage request timed out. Sent object:

Did you see a popup or new browser tab open? Did you see a popup blocker message in your browser?

@abmantis
Copy link

@jaller94 No, there are no popups being shown or blocked.
I do get a postMessage timeout:

image

@nukeador
Copy link
Author

The problem is still present, other people seems to be facing this and unable the create new bridges.

@psrpinto
Copy link

psrpinto commented Dec 2, 2021

I think this might be a duplicate of #622

Probably fixed by matrix-org/matrix-react-sdk#7179, which isn't released as of writing this comment, but the fix is available at https://develop.element.io.

I was having this issue too and was able to get it working using https://develop.element.io

@jaller94
Copy link
Contributor

jaller94 commented Dec 2, 2021

Correct, it's a bug in matrix-react-sdk. A fix has been merged and will likely land in Element Web/Desktop 1.9.6.

Upstream issue: element-hq/element-web#19845

@mairin
Copy link

mairin commented Dec 2, 2021

I just tried develop.element.io to see if I could get it working there and it failed, but I was attempting to add a slack bridge to a matrix channel on fedora.im. Guessing maybe fedora.im needs to receive the update before it'll work

@abmantis
Copy link

abmantis commented Dec 2, 2021

I tried with develop.element.io and it indeed works on matrix.org

@Half-Shot
Copy link
Contributor

I think this was since fixed.

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

6 participants