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

SAP Commerce Cloud default storefront domain URL not accessible

elango_valluvan2
Explorer
0 Likes
3,291

Hi, We have setup the custom storefront extensions in SAP Commerce Cloud. Post successful build and deployment, we are trying to access the storefront publicly using the out-of-box storefront URL given in the cloud portal (https://accstorefront*....com). But we are getting 'Server Error' on accessing this URL.

Is setting up DNS a mandatory step to access the accstorefront endpoint?

Accepted Solutions (0)

Answers (4)

Answers (4)

S0019145189
Explorer
0 Likes

For me it was the problem related with Spring Filters and storefronts.

Starting point -

https://answers.sap.com/questions/12765584/cannot-able-to-access-to-the-site--failed-to-load-.html

alex_alvarez1
Product and Topic Expert
Product and Topic Expert
0 Likes

Probably the pattern to recognize the Website is not set up correctly.

Make sure that you have configured a proper Website. Check in Backoffice ("WCMS->Website"), under the "Configuration -> URL Patterns" section, that the URL regular expression is correct for the URL provided. You may also try to append "&site=<your site id>" to the url.

former_member32245
Discoverer
0 Likes

I have tried to overcome this problem in 1905 version.

1. commerceservices.default.desktop.ui.experience=responsive
In your config/local.properties.
This should solve your problem and make sure that you have JSP pages inside the responsive folder of your customised storefront module.
2. If the above-mentioned solution does not work for you then enable the org.springframework logs (platform --> logging) from hac by changing the log level to DEBUG.
(This will help you to get some logs in console).

Hope it helps.

0 Likes

Hi, I want to ask if you solved this issue