github RocketChat/Rocket.Chat 4.4.1

latest releases: 6.13.0-rc.0, 6.7.9, 6.8.7...
2 years ago

2022-02-07 · 6 🐛 · 5 👩‍💻👨‍💻

Engine versions

  • Node: 14.18.2
  • NPM: 6.14.15
  • MongoDB: 3.6, 4.0, 4.2, 4.4, 5.0
  • Apps-Engine: 1.30.0

🐛 Bug fixes

  • Add ?close to OAuth callback url (#24381)

  • Oembed request not respecting payload limit (#24418)

  • Outgoing webhook without scripts not saving messages (#24401)

  • Skip cloud steps for registered servers on setup wizard (#24407)

  • Slash commands previews not working (#24387)

  • Startup errors creating indexes (#24409)

    • Fix bio and prid startup index creation errors.
    • If you're still facing errors preventing the server from starting up, you can safely drop all the indexes from the collections shown in the errors. To do so, first stop Rocket.Chat process, than drop indexes and then start Rocket.Chat process back again. Have in mind that as large your collections/databases more time it will take to drop and re-create the indexes:
// the following commands will drop ALL INDEXES from each collection
db.users.dropIndexes();
db.rocketchat_room.dropIndexes();
db.rocketchat_message.dropIndexes();

👩‍💻👨‍💻 Core Team 🤓

Don't miss a new Rocket.Chat release

NewReleases is sending notifications on new releases.