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)
-
0
-
0
Hi edelivery,
The type has changed. Please use
IdentityUserDto
instead ofIdentity.UserItem
. You can import it from@volo/abp.ng.identity
. Docs are going to be updated soon. -
0
robb@designitcorp.ca it's already fixed in the newer versions. the simple solution is remove - add again the same solution.
-
0
@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
-
0
@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
-
0
@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,
-
0
@pvaz can you share the GitHub link of the comment that solves in RC-4.1