The Drupal installer takes quite long and frankly, its only because we accumulated a lot of information we need to display. Backdrop can diverge from this and truly provide a 1-2 screen experience.
For example: 1) Default to English, and provide the option to change it - instead of making it a "step" in the process. 2) Put Database configuration and admin username/password/e-mail on one page. 3) Skip all the stuff around Site name, site e-mail address (just use admin e-mail), default country, timezone, update notifications. If people want to change that, finding it through the admin UI is much more valuable to build up understanding.
Recent comments
Most likely this is a problem with views_send.
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Yes, this was solved in MIME mail: https://github.com/backdrop-contrib/mimemail/issues/52 The issue was that starting in php 8.1, you need \r\n to separate the header lines. Mimemail did...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Was this problem ever resolved @argiepiano? I am experiencing something similar with smtp, mailsystem, mime_mail and views_send. If I try to attach a pdf document, it gets sent but...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1