Base solution for your next web application
Open Closed

Upgradeexisting angular project to angular 5 #4902


User avatar
0
sago created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @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>.

  • User Avatar
    0
    sago created

    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.

  • User Avatar
    0
    alper created
    Support Team

    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>

  • User Avatar
    0
    sago created

    <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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Great :)