rspamd webgui navigation not working ( ubuntu 24.04)

Bug #2065914 reported by Thomas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
rspamd (Ubuntu)
New
Undecided
Unassigned

Bug Description

hello one and all.

i have an odd problem with the webgui. i can login successfully but when trying to navigate, let's say by clicking on "history" nothing happens. It seems there are at least two users with the exact same problem.

https://serverfault.com/questions/1146820/rspamd-and-apache-reverse-proxy-navigation-does-not-work-fragments-in-url-have

The "workaround" works for me too-ish. Clicking on history and then reload the webpage loads the history page. The action icons are missing though. So no red "reject" just "reject" in black letters.

The browser console reveals absolutely nothing.

The system: ubuntu 24.04, rspamd 3.8.1, apache 2.4.58.

This is a snippet from the vhost serving the page:

    RewriteEngine On
    RewriteRule ^/rspamd$ /rspamd/ [R,L]
    RewriteRule ^/rspamd/(.*) http://localhost:11334/$1 [P,L]

So, nothing special.

cheers!

Revision history for this message
Bas Mevissen (basmevissen) wrote :

I have the same issue. What worked for me was to replace the web interface with the version from 3.8.4 package from rspamd.com for Ubuntu 22.04. Unfortunately, they don't have a 24.04 package and the 22.04 package does not install due to dependencies issues.

Revision history for this message
Andrew Keynes (andrew-keynes) wrote :

Note that as earlier this week, they are now building packages for 24.04 (See https://github.com/rspamd/rspamd/issues/5040).

Following the instructions on their site (https://rspamd.com/downloads.html) to add their repository and it installs successfully and fixes the issue reported here.

Another fairly useful bugfix in v3.9.0 is the one for the bayes learning issue (https://github.com/rspamd/rspamd/pull/4930).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.