on ‎2019 Apr 26 10:02 AM
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?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I want to ask if you solved this issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.