-
Notifications
You must be signed in to change notification settings - Fork 80
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
Not working on 1.3.4.4 #176
Comments
I'm also having issues with the latest fast-render and Meteor 1.3.4.4 (same with flow-router-ssr and react-router-ssr). Server side injected data isn't there at initial page load. Downgrading to fast-render@2.13.0 (kind of) solved those issues (as long as I don't make use of subs manager). |
It seems the FastRender injects the DDP messages correctly (when no connection yet) but the messages (came with html especially user data) never get processed and saved into collections due to It happens when there is some delay before connection is established |
Looks like it already has been fixed: #167 ? |
You can turn off buffered DDP with |
Note that it's actually |
It was an issue with the fix for #167 (https://github.com/kadirahq/fast-render/pull/167/files#r74189260) I would suggest downgrading to 2.13.x and potentially using the bufferedWrites workaround (although your reproduction works for me without it). |
(and the fix for this package is to revert the linked commit). cc @arunoda |
Yes, I can confirm 2.13.0 doesn't have this problem. |
Hmm, that being said with 2.13.0 I seem to have reloading problems for non-logged-in users in Telescope. I'm not sure if it's a Telescope-specific issue though. |
There could definitely be problems with 2.13 and 1.3.3 if you don't turn off DDP batching, I expect. |
Did you already look into this @arunoda ? :) this has pretty high severity for us right now. |
@arunoda: Any update on this? Kind of a blocker to launching a newer/faster SSR crater site.... |
Downgrading to 2.13.0 doesn't work very well (on some reloads everything works fine, on others I get a "expected document to change" error without having the initial user data). |
Maybe somone here can check the fix #184 on his local project? In my case, everything is working fine now without problems.
|
@dnish I just tested your fix, seems to be working for me, thanks! |
@dnish Hey thanks a lot for your fix. I just got it and did a release as v2.16.0. Thanks all for helping on this. |
Hey,
Fast Render seems to be broken on my 1.3.4.4 application with Iron Router. The
Meteor.user()
object isn't available on the initial page load, everything worked fine before upgrading from 1.2 to 1.3.The text was updated successfully, but these errors were encountered: