Description
Describe the bug
Powertools registration page is blank
Tell us the version of Spartacus
- Library version: 2211.20
To Reproduce
Steps to reproduce the behavior:
-
ng new powertools --style=scss --routing=false --standalone=false
-
cd powertools
-
ng add @spartacus/[email protected]
-
Selected all features for schematics
-
yarn install
-
updated context in SpartacusConfigurationModule
context: { baseSite: ["powertools-spa"], urlParameters: ['baseSite', 'language'] }
-
ng serve --ssl
-
navigate to https://localhost:4200/powertools-spa/en/login/register
Observe no registration form.
CMS Component is loaded. But no Spartacus mapping available for 'OrganizationUserRegistrationComponent'
Expected behavior
Should have a registration form.
Screenshots

Desktop (please complete the following information):
- OS: Mac
- Browser Chrome
Additional context
Add any other context about the problem here.