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

Sometimes returning wrong view #117

Open
yusupprog opened this issue Jun 27, 2019 · 1 comment
Open

Sometimes returning wrong view #117

yusupprog opened this issue Jun 27, 2019 · 1 comment

Comments

@yusupprog
Copy link

yusupprog commented Jun 27, 2019

Hi. Have a weird behavior. Sometimes server returns contents of not current route view. But then on the frontend client side Vue correctly redirects to correct route view.

Is it a bug? Also when new releases will be released?

@JeffJassky
Copy link

@yusupprog I'm having the same issue and I'm trying to track it down.

In my case it seems like when multiple page requests happen at the same time in parallel the state of each request can cross-contaminate the other request.

In my case it seems to be happening with the Vuex store - as if there is one instance of the vuex store being used for both requests.

Has anyone else seen this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants