-
Notifications
You must be signed in to change notification settings - Fork 518
SSR not working on initial request when using Kestrel #166
Comments
It looks like you not build your client code. So in browser console you probably will see that your To fix this issue you need run your code in development mode: |
Thanks for reporting this. It turns out it was a race condition inside the To fix this, I've updated
...and Now, the usage is like this:
... so that I've updated the Yeoman generator, so if you get the latest If you want to update an existing project, upgrade to the latest |
@SteveSandersonMS Thanks, Steve! BTW, I'm not sure if this is an issue but I noticed that Node Domain module is "pending deprecation." https://nodejs.org/api/domain.html#domain_domain Is this of concern since domain-task takes a dependency on it? |
Repro steps:
Expected result:
Weather Forecast data is displayed in the grid
Actual result:
"Loading..." is displayed in the grid
I haven't been able to repro this when running on IIS Express.
The text was updated successfully, but these errors were encountered: