Edit 2:
I’m not using docker.
Version is from git from master from yesterday.
Served from Apache2/PHP 7.4.3/MySQL 8.0.27/Ubuntu 20.04.03

Hi everyone.

I have upgraded the installation on my web server after more than a year and there were no hickups encountered. DB got updated properly, web app ran without any complaints, feeds continued to be updated, etc.

However, something I see happening constantly is that, every time I create new filter, in the bottom-right-hand part of the web page area, small message “Saving data…” appears but never disappears. I checked the, the filter is properly created, no errors/warnings/complaints are recorded in the app’s or apache’s logs, or in the web browser developer tools (at least, I didn’t recognize any issues).

Could someone please advise how could I troubleshoot this, or if there’s anyone else experiencing the same?

Just to mention, I’m running TTRSS on a non-standard SSL port, and then serve it through reverse proxy.

Edit: I forgot to mention that this happens when I try to create a filter in a regular “feed” view, after pressing key C and then F.
It doesn’t happen if I create a filter from the Filters section in Preferences.

Thanks a lot in advance for any suggestions!

If you categorize a new post as Support you’ll see the content below. I see the same behavior you mentioned (in your edit) in my own instance and the demo site.

<!--
Read this post before creating your thread: https://community.tt-rss.org/t/read-before-posting-reporting-bugs/120

Please follow the below template if you're reporting a bug. Your thread might get locked otherwise.
-->

- `[ ]` I'm using stock [docker compose](https://git.tt-rss.org/fox/ttrss-docker-compose) setup, unmodified.
- `[ ]` I'm using docker compose setup, with modifications (modified `.yml` files, third party plugins/themes, etc.) - if so, describe your modifications in your post. Before reporting, see if your issue can be reproduced on the unmodified setup.
- `[ ]` I'm not using docker on my primary instance, but my issue can be reproduced on the aforementioned docker setup and/or official demo.

----------------------------

<!-- Describe the problem you're having: -->

<!-- Include steps to reproduce the problem: -->

- Tiny Tiny RSS version (including git commit id):
- Platform (i.e. Linux distro, Docker, PHP, PostgreSQL, etc) versions:

<!-- Provide any additional information below: -->

Thanks a lot, wn_name!
I hope the information I supplied is sufficient.

check for errors in your browser f12 console

I checked. The request details can be seen in the screenshot. The Response tab is empty.
Only warning/error reported is the one about cookies: “Cookie “ttrss_sid” has “SameSite” policy set to “Lax” because it is missing a “SameSite” attribute, and “SameSite=Lax” is the default value for this attribute.”

To mention one more time, just to be on a safe side, the filter gets successfully created. It’s just the popup message that doesn’t disappear.

if this also happens on the demo (i’m not sure from the above post) then it’s not something with your setup or port or w/e. i’ll try to check it out tomorrow, unless i’m too busy with other stuff.

ah. what should happen is that filter tree is reloaded, i guess if there’s no tree - because you’re in a different tab - oops.

it’s a known minor issue - several hotkey-invoked dialogs can screw up a bit when called outside of their owner tab. i think feed subscribe dialog can also glitch out sometimes.

e: https://git.tt-rss.org/fox/tt-rss/commit/478c9b64a94261e9b7e68de571bf85144636509e

does this fix it?

Yes. That fixed it.
Thanks a lot!