-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Email validation page is stuck after clicking link in the email #26968
Comments
Matrix logsThe only logs that instantly appear after clicking the link is:
Element logs
Screenshot of the issue |
One last note: The times in the logs differ because i didnt find the logs of the previous attempt in the Element pod anymore, so i did it again and just copied those ones in. The matrix logs were the same. |
@antonengelhardt Element is an SPA, the logs needed are from the browser, not the web server |
|
🤖 Hello @antonengelhardt! 👋 I'm Dosu, a bot here to help you solve bugs, answer questions, and become a contributor while you're waiting for a human maintainer. I'm here to assist you, so let's dive into your issue and I'll get back to you with a full answer shortly! |
What homeserver are you using? |
Synapse v1.97.0 |
It looks like it cannot poll some URL that it most likely managing the validation 🤔 |
This seems like a misconfiguration, and invalid URL is given for the identity server which forms part of your email verification. Is this a self-hosted setup? |
Yes, I am using Helm and kubernetes to deploy. In the issue description is the chart I used. Can you tell me what variable is most likely wrong? |
The identity server, without seeing the full config it won't be possible to chase this any further |
I am not using any identity server... In my matrix config i have required email 3pid. Then i have also configured smtp settings to send the emails which also arrive. I can send you the config via email (or some other channel) because there are too many secrets and confidential stuff to post it on here. |
I believe Element Web's implementation relies on older spec (for wider compatibility) and requires an IS for email verification - similar issue to #26172 |
Emailing it to me won't do much good, I'm just triaging the issue. Anyone can work on it, its an open source project. But if isn't reproducible in a public server or trivial example then it is quite unlikely to be picked up |
Reading through the ticket, that you linked, it looks like i have to use vector.im as the identity server? Correct? |
Hosting your own is an option, you're not forced to use a centralised service at any point |
I tried that once, and it was not really trivial... So i decided to keep my hands off it. For some reason, registration works flawlessly on MacOS and iOS, just not on Web |
If by MacOS you mean Element Desktop, that'll because it indeed uses vector.im by default in its config unless you build it yourself/override the config manually. https://github.com/element-hq/element-desktop/blob/develop/element.io/release/config.json#L8-L10 |
Ok, thanks for your help. I will turn off Element Web and just use the native clients. |
… email address element-hq/element-web#26968 element-hq/element-web#26627 Signed-off-by: wj25czxj47bu6q <[email protected]>
Fixed by matrix-org/matrix-js-sdk#4200 |
Steps to reproduce
The link in the email
Outcome
What did you expect?
I expected to see the screen where i choose the purpose of how i plan to use Element (Friends, Company, etc.)
What happened instead?
Nothing
Additional information
I am deploying Matrix, Coturn and Element through Kubernetes and with this helm chart.
The interesting thing is that the whole flow works when i do it in the iOS App (not X) or in the Mac App. Just the browser version seems to have Problems or misconfiguration ...
I am requiring the email PID for every registration and define a set of domains that the email is allowed to be sent to.
Operating system
MacOS
Browser information
Arc Version 1.27.3 (45706)
URL for webapp
v1.11.57
Application version
Version 1.11.57 (1.11.57)
Homeserver
synapse v1.97.0
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: