Open Closed

Bugs & Issues v3.3.X #494


User avatar
0
alper created
Support Team Director

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update

  • Release notes https://docs.abp.io/en/commercial/3.3/release-notes
  • Blog post https://blog.abp.io/abp/ABP-Framework-ABP-Commercial-v3.3-RC-Have-Been-Released

It's now preview version. The production will be released on 2020-10-28


57 Answer(s)
  • User Avatar
    0
    robb created

    Bug in ABP Suite

    I updated my project to 3.3.1 but ABP Suite still says I am on 2.9.0. It also says I was active 4 months ago which is not true since I updated the project today.

  • User Avatar
    0
    armanozak created

    Hi edelivery,

    The type has changed. Please use IdentityUserDto instead of Identity.UserItem. You can import it from @volo/abp.ng.identity. Docs are going to be updated soon.

  • User Avatar
    0
    alper created
    Support Team Director

    robb@designitcorp.ca it's already fixed in the newer versions. the simple solution is remove - add again the same solution.

  • User Avatar
    0
    alper created
    Support Team Director

    @developer1 "Cannot read the template" issue is related with version conflicts with the solution and Suite. and I see some of them has been resolved in v4.0.0-rc5

  • User Avatar
    0
    alper created
    Support Team Director

    @pvaz if you upgraded from 3X to 4X see this post https://docs.abp.io/en/abp/4.0/Migration-Guides/Abp-4_0 also check out https://github.com/abpframework/abp/issues/5950#issue-729718680

  • User Avatar
    0
    pvaz created

    @alper i did not upgraded, it's a clean project creation using the following command:

    abp new AppTest --template app-pro -csf -m react-native --preview -cs "Server....." --tiered

    the project is created and i change all references https to http on appsettings and properties and localhost to local ip.

    when trying to use de identityserver, cannot log in, does not give error but also does not enter.

    when trying to use react native, does not work.

    if the project is based on the template app and not app-pro, it works well with the changes.

    Seems in github there was a comment that on the night build of 4.1 version or preview version this is solved ? Is it ?

    How can I use it to test it ? and when will be released the final version of 4.1 ?

    Thanks,

  • User Avatar
    0
    alper created
    Support Team Director

    @pvaz can you share the GitHub link of the comment that solves in RC-4.1

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11