-
Notifications
You must be signed in to change notification settings - Fork 192
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
Custom Publish/Subscribe with Flow Router SSR #454
Comments
Put a console.log in your arrow function. Does it fire before, or after error? Or not at all |
It's firing after the error. |
So, it looks like I wasn't quite looking in the right place: So apparently, my external service is taking more than 500ms. I guess I'll need to configure that value? |
But if it takes more the 500ms, you should not use that publication in SSR.
|
Ok, that makes sense. Cheers, |
Hi,
I think I might have a similar issue to #431.
My publish basically looks like:
And then in my React class I use:
However, when performing an initial render on the server, I get this error:
I double checked, and I'm on version 3.7.3 of flow-router-ssr, but the issue is still occurring.
Thanks,
Maddi
The text was updated successfully, but these errors were encountered: