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
During local development a NullInjectionError occurs when navigating to /logout due to PreviousRouteListener not being provided.
/logout
PreviousRouteListener
The /logout page should load and consequently redirect to the logout URL.
A page with no content in the component outlet is loaded.
Steps to reproduce the behavior:
EDC_UI_ACTIVE_PROFILE=sovity-hosted-by-sovity
npm run start
The text was updated successfully, but these errors were encountered:
kulgg
Successfully merging a pull request may close this issue.
Bug Report
Description
During local development a NullInjectionError occurs when navigating to
/logout
due toPreviousRouteListener
not being provided.Expected Behavior
The
/logout
page should load and consequently redirect to the logout URL.Observed Behavior
A page with no content in the component outlet is loaded.
Steps to Reproduce
Steps to reproduce the behavior:
EDC_UI_ACTIVE_PROFILE=sovity-hosted-by-sovity
npm run start
Context Information
The text was updated successfully, but these errors were encountered: