refunded your credit.
@alper: I did reinstall 4.30-rc.2 and from my 3 Errors now 2 are gone, one left:
Reinstall: dotnet tool uninstall Volo.Abp.Suite -g dotnet tool uninstall Volo.Abp.Cli -g
dotnet tool install -g Volo.Abp.Cli --version 4.3.0-rc.2 dotnet tool install -g Volo.Abp.Suite --version 4.3.0-rc.2
Generating blazor server solution now works: abp new test -u blazor-server --preview
Opening the generated test solution with abp suite and Crud Page Generator: Still same Error: "Cannot find the directory"
Adding an Entity to Blazor Web Asssembly now works and doesnt fail anymore: abp new test2 -u blazor --preview
hi @hakan yes it's already reported by someone else and we fixed it. read my previous post : https://support.abp.io/QA/Questions/1126#answer-99c5840a-91ab-31de-f6e1-39fbd8759dbc
this is not available in Suite but you can add a collection to your referenced entity to solve this.
Actually you can send your entity json files so I can create them at my side
When I with with ABP Suite, often times I get this error:
https://ibb.co/vjrrKnR and another image: Screenshot here
I cannot 'create' or use the ABP Suite interface. The strange thing is my application builds fine. No errors, see here: https://ibb.co/jDh37mh
The only way I can get around this is that I have to 'refresh' (F5) the ABP suite editor, and then I have approximately 1-3 minutes before the error appears again.
Do you know how I can fix this?
Thanks!
that's disabled because validation is failed. can you show us your properties one by one. also navigation properties. so that I can reproduce.
test -u b
@cellero I reproduced your issue. And it's alread fixed (will be released with RC3)
This is the workaround for this
1- Create a folder with the following name in your solution's src
folder
Acme.BookStore.HttpApi.Host
2 Copy the following file your new folder: Acme.BookStore.HttpApi.Host
\Acme.BookStore\src\Acme.BookStore\bin\Debug\net5.0\Volo.Abp.Commercial.SuiteTemplates.dll
hi,
Identity Server is integrated in your project and it supports OpenID which means you can use standard OAuth protocol. There's no specific doc for Google's OAuth but this protocol is same for all 3rd parties.
1- the textbox will be validated against an email input. so if you check this user must enter a valid email to the input.
2- if the question is related to the ABP Framework you can ask on the ABP Framework GitHub Discussion page or send to info@abp.io an email if it's not a technical discussion.
@hakan.uskaner the publish for 4.3.0-rc2 has just finished. you have tried while it's being deployed. can you try again.