cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adaptive search behind proxyreverse

cgomezr2
Discoverer
0 Kudos
516

Hi all,

We are testing a Hybris 6.7 development in a client staging environment, and everything is working but adaptive search when accessed throught the public URL.

If we access adaptive search through the server private IP, adaptive search works perfectly. However, when we access to adaptive search throught the public URL, once we select the Catalog everything disappears, and we cannot even perform a simple search. The access to this public URL is provided through an Apache Reverse Proxy with the attached configuration file

Any idea on what's going on?

Thanks, Cris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Don’t proxy / to /backoffice, this is likely to be the source of your issue. Either proxy /backoffice to /backoffice or proxy / to /, either one should work.

cgomezr2
Discoverer
0 Kudos

I would like to, but it's a requirement from the client though.