Getting Bad Gateway for /bundles/

After Configuring reverse proxy, we are getting following error in RED on top of the UI, rest of the links are working fine. Can anyone please help?

Configured proxy pass for bundles in Apache as below:

ProxyPass /bundles http://**.**.**.***:5601/bundles
ProxyPassReverse /bundles http://**.**.**.***:5601/bundles

Error: Bad Gateway
** at respond (https://Ourdomainnameeee.com/bundles/kibana.bundle.js?v=14707:14:6928)**
** at checkRespForFailure (https://Ourdomainnameeee.com/bundles/kibana.bundle.js?v=14707:14:6156)**
** at https://Ourdomainnameeee.com/bundles/kibana.bundle.js?v=14707:1:24563**
** at processQueue (https://Ourdomainnameeee.com/bundles/commons.bundle.js?v=14707:38:23621)**
** at https://Ourdomainnameeee.com/bundles/commons.bundle.js?v=14707:38:23888**
** at Scope.$eval (https://Ourdomainnameeee.com/bundles/commons.bundle.js?v=14707:39:4619)**
** at Scope.$digest (https://Ourdomainnameeee.com/bundles/commons.bundle.js?v=14707:39:2359)**
** at Scope.$apply (https://Ourdomainnameeee.com/bundles/commons.bundle.js?v=14707:39:5037)**
** at done (https://Ourdomainnameeee.com/bundles/commons.bundle.js?v=14707:37:25027)**
** at completeRequest (https://Ourdomainnameeee.com/bundles/commons.bundle.js?v=14707:37:28702)**

@Jithu if you open up your browser's dev tools, are you able to see if there's a specific network request that is error-ing out?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.