We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Powertools registration page is blank
Tell us the version of Spartacus
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'] }
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):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Powertools registration page is blank
Tell us the version of Spartacus
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):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: