Rocket.Chat under Debian 10 Buster

I have installed a new server with Debian 10 Buster. Now I wanted to install Rocket.Chat, but unfortunately it doesn’t work that much.

The guide ( https://rocket.chat/docs/installation/manual-installation/debian/#rocketchat-on-debian. ) is only about Debian 9.7 and thus an old version of MongoDB.

echo “deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/4.0 main” | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list

The specified path does not exist at all. However, when I click through mongodb Website, I don’t see a buster version.

Could it be that mongodb is no longer compatible with Buster?

It would be nice if someone could help me.

install mongodb using below url information for debian 10
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/