Layout preview error Xibo 4

Hello,

when I try to preview a layout or a campaign, I get this message '“Sorry we could not find that page.”

It should be noted that my RSS feeds do not work and the layout thumbnails do not display either. Maybe a clue?

Here is the link to my preview http://localhost/xibo/web/preview/layout/preview/56?jwt=eyJ0eXA…"

I dont use docker , i use the cms xibo 4.4.2

Hi there, That URL actually tells us exactly what’s going wrong, seeing /xibo/web/ in the address bar means your web server isn’t pointing to the right spot yet. Because of that, Xibo’s internal routing is getting confused, which is why your previews, thumbnails, and RSS feeds are all failing.

If you want to fix your current setup, please try the following:

First you need to change the document root, configure your web server so its main directory points directly inside the web folder of your Xibo installation. The text /xibo/web/ should completely disappear from your URL.

That being said, manual web server setups can be a headache to tweak and maintain. That is why we strongly recommend switching over to Docker if you can. Docker handles all of this folder routing, rewriting rules, and background tasks automatically out of the box so you don’t have to fight with server configurations.

Here is a guide that might help you out: