Hi,
I get Unexpected authenticateResult! error after upgrading angular 4 to version 5.
My Core version is still ASP.NET Core 1.1, do we need to upgrade core to 2.0 or angular 5 can work with core 1.1.
Thanks,
5 Answer(s)
-
0
@sago you don't have to upgrade to ASP.NET Core 2.0.
What is the abp-ng2-module version in your Angular project ? If it is not the latest one, try to upgrade it. Latest version is 2.1.0, see <a class="postlink" href="https://www.npmjs.com/package/abp-ng2-module?activeTab=versions">https://www.npmjs.com/package/abp-ng2-m ... b=versions</a>.
-
0
I installed abp-ng2-module and its version is 2.1.0, however I still have the same error Unexpected authenticateResult!
The AuthenticateResultModel have all results undefined. Please advise.
-
0
this is the related issue <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/853">https://github.com/aspnetzero/aspnet-ze ... issues/853</a>
-
0
<cite>ismcagdas: </cite> @sago you don't have to upgrade to ASP.NET Core 2.0.
What is the abp-ng2-module version in your Angular project ? If it is not the latest one, try to upgrade it. Latest version is 2.1.0, see <a class="postlink" href="https://www.npmjs.com/package/abp-ng2-module?activeTab=versions">https://www.npmjs.com/package/abp-ng2-m ... b=versions</a>.
Thanks !! I everything looks working fine.
-
0
Great :)