KDE Neon misssing release file error

I’m encountering a problem when running sudo apt update whereby apt tries three times to access http://archive.neon.kde.org/user`` noble Release , eventually responding with the error: Err:13 ``http://archive.neon.kde.org/user`` noble Release
502 Bad Gateway [IP: 2a02:6ea0:db00::1 80].

I try too browse to http://archive.neon.kde.org/user and the following screen is shown:

See full output of sudo apt update below:

sudo apt update
[sudo] password for matt: 
Hit:1 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
Get:2 https://repo.steampowered.com/steam stable InRelease [3,622 B]                                                                                                   
Hit:3 http://security.ubuntu.com/ubuntu noble-security InRelease                                                                                                       
Hit:4 http://archive.ubuntu.com/ubuntu noble InRelease                                                                                                  
Hit:5 https://packages.mozilla.org/apt mozilla InRelease                                                                         
Hit:6 http://archive.ubuntu.com/ubuntu noble-updates InRelease                                                                   
Hit:7 https://ppa.launchpadcontent.net/flacon/ppa/ubuntu noble InRelease                                   
Hit:8 https://ppa.launchpadcontent.net/graphics-drivers/ppa/ubuntu noble InRelease
Hit:9 https://ppa.launchpadcontent.net/openrazer/stable/ubuntu noble InRelease
Ign:10 http://archive.neon.kde.org/user noble InRelease
Hit:11 https://ppa.launchpadcontent.net/tomtomtom/yt-dlp/ubuntu noble InRelease
Hit:12 https://ppa.launchpadcontent.net/ubuntuhandbook1/nvidia-vaapi/ubuntu noble InRelease
Ign:13 http://archive.neon.kde.org/user noble Release                                                                                                                  
Ign:13 http://archive.neon.kde.org/user noble Release
Ign:13 http://archive.neon.kde.org/user noble Release       
Err:13 http://archive.neon.kde.org/user noble Release
  502  Bad Gateway [IP: 2a02:6ea0:db00::1 80]
Updating KDE neon pins... Done
Reading package lists... Done
E: The repository 'http://archive.neon.kde.org/user noble Release' no longer has 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.
matt@mu-th-ur:~$ 

Anyone else experiencing this issue?

Yep, exact same issue here. Not sure what’s wrong exactly, but I think it’s safe to assume that something is wrong with the server/repo itself. Sorry I can’t be of better help, but glad I could find your post to confirm it’s not just me :sweat_smile:

“E: The repository ‘http://archive.neon.kde.org/user noble Release’ no longer has a Release file.”

Thanks for the reply, at least I know it’s not something specific too my configuration here.

Yes, something like a reverse proxy server or gateway device is probably down. Apt’s error is somewhat accurate-ish, since it can’t locate the release file, it reports that it “no longer has a release file.” as the standard error message :exclamation_question_mark:

Yep, it threw me for a bit until I really studied the error.