Skip to content
New issue

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

Product filters vanish when refreshing the page with logged in state #1232

Closed
dhhyi opened this issue Aug 2, 2022 · 1 comment · Fixed by #1286
Closed

Product filters vanish when refreshing the page with logged in state #1232

dhhyi opened this issue Aug 2, 2022 · 1 comment · Fixed by #1286
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dhhyi
Copy link
Collaborator

dhhyi commented Aug 2, 2022

Steps to Reproduce the Bug

Steps to reproduce the behavior:

  1. Go to https://intershoppwa.azurewebsites.net/
  2. Log in
  3. Navigate to a PLP (product listing)
  4. See filters on the left side
  5. Refresh the page
    Actual: filters vanish
    Expected: filters visible

AB#78587

@dhhyi dhhyi added the bug Something isn't working label Aug 2, 2022
@shauke
Copy link
Collaborator

shauke commented Sep 30, 2022

Race condition. We need to implement a handling where the user login is completed before triggering any content/catalog related REST calls (cue: AppInitializer).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants