Email or username:

Password:

Forgot your password?
Top-level
silverpill

@mkljczk

When I try to log in at pl.mkljczk.pl it redirects me to Mitra authorization page, but client_id and redirect_uri are undefined:

https://mitra.social/oauth/authorize?client_id=undefined&redirect_uri=undefined&response_type=code&scope=read+write+follow+push
5 comments
marcin mikołajczak

Soapbox has this workaround as well, it was made before Mitra implemented /api/v1/apps.

Removed it https://codeberg.org/mkljczk/pl-fe/commit/e5728edb4ebbebcec8e6a599ec440e522ab59715

marcin mikołajczak
Not supporting text/plain is a weird choice, would be nice if Mitra provided a list of supported content types like Pleroma
silverpill

@mkljczk You mean for post content? How Pleroma provides that list of supported types?

marcin mikołajczak

The instance object includes the list, like

{
  ...
  "pleroma": {
    "metadata": {
      "post_formats": ["text/plain", "text/html", "text/markdown", "text/bbcode"]
    }
  }
}
Go Up