9p4
9p4
I don't know. I'll have to look into it some more this week.
Fixed in defab9c4e8558d347314bb9a8b74ce673c5dede4
I can't seem to reproduce it on the demo server, but I can on my own server... Using Postgres 15 + PHP-FPM 8.1.28 on FreshRSS 1.24.0 on Rocky Linux 9....
I will be busy with schoolwork for the next week, but I should be able to do it sometime next weekend :)
The login screen issue is a symptom of the problem for apps that implement their own screens (ie Element X) but use this SDK. Please take a look at https://synapse-oidc.lab.element.dev/.well-known/matrix/client:...
You can reproduce this on your own Synapse server with the `.well-known/matrix/client` response looking like so: ```json { "m.homeserver": { "base_url": "https://mymatrix.example.com/" }, "org.matrix.msc2965.authentication": { "issuer": "https://mymas.example.com", "account": "https://mymas.example.com/account" },...
Ideally, a different domain should be able to be set based on the network. A usecase could be like so: a reverse proxy running bare-metal on the host that forwards...
Did you start the flow with `/start/` or with `/p/`?
Hm, if you use `/start/` the plugin should use `/redirect`. I'll take a look later today.
@cellulosa can this issue be closed?