Latest iOS app says "An error has occurred." - can log into web vault fine

Solution (for people with external MSSQL - about 45 mins of work…)

  1. Go ahead and nuke your bwdata
  2. Get the latest install script
  3. Modify the version lines in bitwarden.sh to add a variable $ver for the version numbers for CORE/WEB/KEY… (we’re gonna be changing these value loads soon)
ver="2023.1.0"

COREVERSION="$ver"
WEBVERSION="$ver"
KEYCONNECTORVERSION="$ver"
  1. find out what version your last successful migration was. In SSMS it looks like this:

    go ahead and set your $ver above to a release around then.
  2. run ./bitwarden.sh updatedb
  3. keep incrementing the version number until you get to a fairly modern version, and keep trying the app, browser extension and web portal until one of them works