etn-ccis / blui-angular-workflows

Re-usable Brightlayer UI workflows for Angular applications
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Logout Invalid URL #71

Open emclaug2 opened 3 years ago

emclaug2 commented 3 years ago

Describe the bug

Whenever a logout occurs, we see this: image

What is the expected behavior?

Logout should be graceful & not throw any errors.

What are the steps to reproduce?

  1. Clone the repo (git clone https://github.com/brightlayer-ui/angular-workflows.git).
  2. CD into the project (cd angular-workflows)
  3. Run the example project (cd login-workflow && yarn start:example)
  4. Login using any email / password combo
  5. Inspect the page
  6. Log out
  7. Observe the console logs
joebochill commented 3 years ago

This might not be a routing issue. It might be related to an improperly formatted asset request (i.e. an image that is being destroyed).