rsyslog / rsyslog-website

website-related material, most importantly the issue tracker
6 stars 4 forks source link

Config builder doesn't seem to work on FF or Chrome #48

Closed munntjlx closed 3 years ago

munntjlx commented 5 years ago

I tried using the config builder, but it never adds my rules, or changes. Simply goes back to blank screen like I had never typed in anything.

ardentmusician commented 5 years ago

Having the same issue on FireFox 68.0.2 (64-bit, Windows).

kswtch commented 5 years ago

Can confirm.

$ uname -r
4.19.57-gentoo

$ uname -m
x86_64

$ firefox-bin -v
Mozilla Firefox 68.0.2

$ google-chrome-stable --version
Google Chrome 76.0.3809.100
malro57 commented 5 years ago

same on:

gadgetusaf commented 4 years ago

having the same issue

pedrom34 commented 4 years ago

Is there a way to make it work? Like using another browser?

rgerhards commented 4 years ago

It is probably broken. I guess we will take it offline as it would require a major overhaul.

@alorbach what do you think?

alorbach commented 4 years ago

It works on my Chrome (Windows) and even FireFox (Ubuntu 18) for me. You maybe need to disable ADBLOCKER on rsyslog.com ;)

Although this interface should be rewritten using Jquery UI.

If anybody has this problem, please use the INSPECT function from your browser and post the console results.

pedrom34 commented 4 years ago

Here is my export

pedrom34 commented 4 years ago

I can also provide exports with chrome or edge, on Linux or Windows 10...

cengbrecht commented 4 years ago

Can confirm it does not work on Edge, Chrome, or FF with Adblock set to allow, or no extensions at all on Edge.

alxwolf commented 4 years ago

Seems like you're using cross-site cookies being blocked by "modern" browsers (here: Chrome 79.0.3945.130 on macOS) www.rsyslog.com-1579677996921.log

alorbach commented 4 years ago

@gittyhub2 All these warnings come from the jquery version being used (Should be reviewed for update) and not from the config builder itself.

But I found the reason why the config builder did not appear to work anymore, a plugin used by our cms system was broken. The config builder depends on this plugin, so it could not store the config objects in the browser session anymore.

The config builder should be working again now, can you guys confirm?

pedrom34 commented 4 years ago

YES!

alxwolf commented 4 years ago

@alorbach nice, thanks! Works like a charm under Chrome / Windows 10. will test macOS later.

sarvesh-lad commented 3 years ago

I think its down again, i tried building some config and keeps reverting to the basic empty one.

Console shows error loading below two resources:

  1. https://www.rsyslog.com/wp-content/themes/zakra/base-min.css
  2. https://www.rsyslog.com/wp-content/themes/zakra/images/navigate_plus.png
spp2 commented 3 years ago

Hi,

@alorbach Maybe you could use your magic wand again, the wizard is down today ;-)

(For reference https://www.rsyslog.com/rsyslog-configuration-builder/ )

Btw half of the page is taken by redundant information: title, menus, the huge Ad, next title, sub title, explanations Each modification needs the page to be scrolled down every time. A great enhancement would be to put the wizard in front of everything.

That set aside, bugs are behind nearly all buttons; Add Ruleset, Add Filter, ... And there is a third 404 : https://www.rsyslog.com/wp-content/themes/zakra/images/navigate_minus.png

sandrotanner commented 3 years ago

Can confirm it is down again. No session storage or cookie at all besides PHPSESSID

alorbach commented 3 years ago

The settings are temporary stored in php session object (server side), so they live as long as the php session lives. I could not reproduce any problem with the configuration builder. Perhaps you can explain what is not working at your end @sandrotanner ?

sandrotanner commented 3 years ago

Ah, makes sense.

It's funny: now that I wanted to go back to report the errors, it works. Not only that, but the data I entered earlier today appears. Before I had the same problem as stated in the original issue:

I tried using the config builder, but it never adds my rules, or changes. Simply goes back to blank screen like I had never typed in anything.

sandrotanner commented 3 years ago

I have to correct my previous statement:

So maybe there is a long delay / queue on the server side?

Also it says: This configuration was generated on '2021-10-18 12:20:27' even though I made changes at 12:25 (and clicked the "update configuration" button).

sandrotanner commented 3 years ago

Right now the new changes are visible and it says This configuration was generated on '2021-10-18 12:32:26'

So it seems there is a 12 minute delay between the input of data and the display of the config file.

alorbach commented 3 years ago

@sandrotanner Maybe this is a browser caching issue, can you disable caching for testing (In Chrome, see screenshot)? image

sandrotanner commented 3 years ago

Thanks. I already had the devtools open and the checkbox ticked. I also used ctrl + F5 to refresh, which does the same.

TRacking protection and ad block are also off.

alorbach commented 3 years ago

Allright I will close this issue then.

sandrotanner commented 3 years ago

Sorry I worded that strangely. I did use no-cache already and it did not work anyway.

malavolti commented 2 years ago

Hi to all of you,

today I wanted to try Rsyslog Configuration Builder, but it doesn't work.

I'm using Google Chrome 97 (without AdBlock and with Disabled Cache) and FireFox 91.5.

Can you help me, please?

Thank you so much!