stuck on sign in for new account
-
@brutalbirdie said in stuck on sign in for new account:
Well I changed my DNS to Cloudflare and have the subdomains proxied. Maybe there is something about that.
I'm using Gandi DNS so it doesn't seem limited to cloudflare, but I'm trying to dig into the homeserver now
-
Element/Matrix are working fine on my server. I can sign in with the iOS mobile app, on Element (self-hosted on CR) and on Element (app.element.io) by editing the homeserver and using mine. All's good.
Cloudron app details:
Matrix: org.matrix.synapse@1.28.0
Element: im.riot.cloudronapp@1.5.14
Cloudron: v6.3.5 (Ubuntu 20.04.2 LTS)I'm not running a proxy or cloudflare.. maybe that's the issue? lmk if you need me to test anything on my end.
-
This post is deleted!
-
I have my desktop app open and I can still send messages, but no dice on login - extremely weird. Nothing in logs at all other than that cachebuster error.
also turned on debug mode but it doesn't seem to be showing me anything more.
loggers: synapse.storage.SQL: # beware: increasing this to DEBUG will make synapse log sensitive # information such as access tokens. level: DEBUG twisted: # We send the twisted logging directly to the file handler, # to work around https://github.com/matrix-org/synapse/issues/3471 # when using "buffer" logger. Use "console" to log to stderr instead. handlers: [file] propagate: false root: level: DEBUG # Write logs to the `buffer` handler, which will buffer them together in memory, # then write them to a file. # # Replace "buffer" with "console" to log to stderr instead. (Note that you'll # also need to update the configuration for the `twisted` logger above, in # this case.) # handlers: [buffer] disable_existing_loggers: false
-
@ianhyzy Did you install synapse with Cloudron user integration disabled? Earlier I had reported an issue along these lines at https://github.com/matrix-org/matrix-synapse-ldap3/issues/124 . If you installed Synapse with Cloudron user integration disabled, then can you check homeserver.yml and ensure that it does not have the Ldap configuration ? If there is some ldap configuration just remove it entirely and restart synapse. Note that there is a "disabled" flag but that does nothing (I reported that as https://github.com/matrix-org/matrix-synapse-ldap3/issues/123)
-
@girish
Interesting, yes I did have this:password_providers: - module: "synapse.util.ldap_auth_provider.LdapAuthProvider" config: enabled: true uri: "ldap://ldap.example.com:389" start_tls: true base: "ou=users,dc=example,dc=com" attributes: uid: "username" mail: "mail" name: "username" bind_dn: "ou=users,dc=cloudron" bind_password: "password" filter: "(objectClass=posixAccount)"
so i deleted it and boom, working again! Cloudron support remains unmatched in speed and ticket resolution time