cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Launchpad Error via Apache: Failure - Unable to load groups

0 Kudos

Hi All,

Fiori Launchpad working fine through intranet.

While accessing via internet, Fiori Launchpad Error via Apache: Failure - Unable to load groups.

URL:

https://web domain/sap/opu/odata/UI2/PAGE_BUILDER_PERS/PageSets('%2FUI2%2FFiori2LaunchpadHome')?$expand=Pages/PageChipInstances/Chip/ChipBags/ChipProperties,Pages/PageChipInstances/RemoteCatalog,Pages/PageChipInstances/ChipInstanceBags/ChipInstanceProperties,AssignedPages,DefaultPage


Suspecting error with passing special characters.

Have tried with Apache config, but still same error occurring. Please help us with valuable inputs.


   RewriteCond %{HTTP_HOST} ^.*?web domain.*

   RewriteRule ^/(sap.*) http://WDURL/$1 [NE,NC,P,L]

   AllowEncodedSlashes On

   ProxyPass /sap http://WDURL/sap nocanon

   ProxyPassReverse /sap http://WDURL/sap

Thanks in advance.

Ram

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi RamaKrishna,

We have similar problem where we have a requirement of running BSP and FIORI from the same server.

The problem is due to Rewrite rule written.

RewriteCond %{HTTP_HOST} ^.*?web domain.*

   RewriteRule ^/(sap.*) http://WDURL/$1 [NE,NC,P,L]

If you hash the rewrite rule FIORI starts working fine but the BSP application stops working.

I am trying to find out a solution to run both together. Let me know if you have found any lead on the issue.

Regards,

Sohrab Kapoor

kirankola
Advisor
Advisor
0 Kudos

Hi Ram,

Try using nocanon  postfix in your ProxyPass directive. Refer Section 7 Apache as Reverse Proxy for Fiori Applications | SCN

Regards,

Kiran

0 Kudos

Kiran, Thanks for reply. I already tried 'nocanon', refer my original post but still issue there. What apache configuration settings should we use to resolve this ?

0 Kudos

Hi Kiran/All,

Please respond with approaches followed in this regard, to fix issue

Former Member
0 Kudos

hello Ramakrishna,

were you able to resolve this issue? i'm stuck at the same step when attempting to launch fiori using apache as reverse proxy.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ram,

Please take a look at the Proxy/Web Dispatcher section in the .

Regards,

Masa / SAP Technology RIG

0 Kudos

Thanks Masa, Can you please be more specific to issue raised ?