-
Notifications
You must be signed in to change notification settings - Fork 7
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
Server and client rendering not in sync #4
Comments
I just realised that this only happens when you run As far as I can tell, when I'm running Can you have the server side rendering "watched" too? Is this what's discussed in bdefore/universal-redux#37 ? |
@johanforssell I cover a bit in more detail why there's currently a split between serverside rendered auth state and client rendered auth state: #2 (comment) ... I believe the serverside implementation could be modified to match clientside renders, but haven't had a chance to look at it. |
@bdefore Has this been looked into and updated? @johanforssell |
I've not had any feedback here, but I'm really looking to have it fixed either. I don't mind if this issue is closed. |
@johanforssell Did you mean to say you were "not" really look to have it fixed? If not, was this only a problem for dev and not production? Or you not using this kit any more? |
I'm sorry that I was unclear. I am not using this piece of kit any more, so I am not interested in a solution to this specific problem now.
On Sat, May 28, 2016 at 1:57 PM -0700, "Troy Zarger" [email protected] wrote: @johanforssell Did you mean to say you were "not" really look to have it fixed? If not, was this only a problem for dev and not production? Or you not using this kit any more? — |
I've done this
git clone https://github.com/bdefore/universal-redux-jwt.git
cd universal-redux-jwt
cp .env.example .env
npm install
npm run dev
npm run dev
This happens when I visit the page and reload it
Chrome shows me this on the console
The text was updated successfully, but these errors were encountered: