Unable to set up keys #713
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Wont fix
old/ci/cd
old/rust
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/continuwuity#713
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey, just set up a new server instance with the latest from docker github. When using the latest code from the development branch of https://github.com/element-hq/element-web, I see this error every time I log in (it lets me continue normally if I click either "retry" or "cancel"):
It looks like this API is failing with a 400 status:
POST https://matrix.my.server/_matrix/client/v3/keys/device_signing/upload
Request body:
Response body:
Does this seem to be a client issue, server configuration, etc?
Are you using conduwuit main branch? If not, try that.
No, docker compose is set up to pull the image
girlbossceo/conduwuit:latest
, I can try main.Use main branch as the issue is fixed there.
Yeah main branch works. Thanks!