cancel
Showing results for 
Search instead for 
Did you mean: 

DefaultPageController is not getting called for content pages

former_member713238
Discoverer

Hello there,

We are facing an issue after upgrading from 1905 to 2005 with content pages that, DefaultPageController is not getting called for some reason where DefaultPageController is responsible for all request mappings without specific mapping and controller defined. We are getting [PageNotFound] No mapping for GET /acceleratorstorefront/en/faq where /faq is label for content page.

Appreciate your help.

Accepted Solutions (1)

Accepted Solutions (1)

mwoelm
Participant

That is a known issue: https://cxjira.sap.com/browse/ECP-5085

Other Workaround: You can also add @RequestMapping("/**) to the DefaultPageController. Although it sounds dangerous, it works. It will possible not work in some circumstances. No other static resources should be loaded from the storefront which is basically the case in the standard accelerator.

Answers (0)