[Rspamd-Users] webgui navigation not working

Thomas Stein himbeere at meine-oma.de
Wed May 15 06:39:52 UTC 2024


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.

Anyone has an idea how to debug this?

cheers, t.


More information about the Users mailing list