hello.
I am facing a problem while installing mongodb 7.0 on ubuntu server 22.04.3.
I was following the documentation below.
But when I update the apt, I get a 404 error.
:~$ sudo apt update
Ign:1 https://repo.mongodb.com/apt/ubuntu jammy/mongodb-org/7.0 InRelease
Err:2 https://repo.mongodb.com/apt/ubuntu jammy/mongodb-org/7.0 Release
404 Not Found [IP: 18.67.51.87 443]
Hit:3 http://kr.archive.ubuntu.com/ubuntu jammy InRelease
Hit:4 http://kr.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:5 http://kr.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:6 http://kr.archive.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists... Done
E: The repository 'https://repo.mongodb.com/apt/ubuntu jammy/mongodb-org/7.0 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
What should I do?