yanbu0

Results 11 comments of yanbu0

Yes, removing the `asp-prerender-module="Client/dist/main-server"` attribute also makes the error go away.

Thanks Mark! Its going to be a bit of work getting everything in my project updated to ng4, but I will update this thread with results.

Mark, I tested windows auth with the base repo today and it appears to work fine with TransferHttp. Was a quick test, and I simply turned it on and dropped...

Hi Mark, sorry about reporting this fixed earlier but it is actually still broken. Now it is just failing silently and falling back to querying the data from the client...

This actually appears to be a bug in Universal not specific to this repo.

So I did a ton of looking into this last week and it actually appears to be a bug in Universal itself, or at least an issue with it. Despite...

OK, created a fork: [https://github.com/yanbu0/aspnetcore-angular2-universal](url) I can reproduce the error like so: clone locally, run npm install, webpack, then open by right clicking on the csproj and opening in VS2017,...

@MarkPieszak, OK, I'm pretty confused now. What do you mean when you say "pass the correct Authentication needed"? It looks like the server side request has all the correct headers....

I figured out a work around, but yeah, Windows Auth seems to not work very well still. I'm planning on updating to Ng 5 here shortly and will see if...