Thanks alper But the workaround is not working because even if I remove xxxxx and build it then it builds successfully. Then if I again click "Save and Generate", it's again adding xxxxxx characters in CreateModal.cshtml.cs & EditModal.cshtml.cs by it's own, so getting same below exception again & again. Need to wait for next version ?
In solution, it's adding below xxxxxx characters in CreateModal.cshtml.cs & EditModal.cshtml.cs by it's own. If I remove it and build it then it builds successfully. Then if I again click "Save and Generate", getting same above exception even after tried lot of times.
Thanks - Prasad.Gore
Hi yekalkan
I am able to achive it while generating the required http post web request payload for http://localhost:3000/api/abpSuite/addSolution. Now it's explicitly adding any new project created by ABP CLI in ABP SUITE.
Thanks - Prasad G
Thanks yekalkan But do we have any ABP CLI Command to add given solution in ABP SUITE ? Because I dont wan't use ABP SUITE browser to add existing solution. Basically I need to get Solution Id which is created using ABP CLI. I am trying to generate payload for CRUD generator which requires Solution Id in Url Ex:(http://localhost:3000/api/abpSuite/crudPageGenerator/a85652b9-a833-4bb6-ac08-7481b10b8944/save-and-generate-entity)
Is there any way to get the Solution Id which is created using ABP CLI.
Thanks - Prasad G
Generate a new solution with ABP CLI -: abp new <solution-name> [options] It will successfully creates the solution. But when I try to get all available solutions details using http://localhost:3000/api/abpSuite/solutions then it is not able to retrieve solutions created using ABP CLI. Also it is not listed in ABP SUITE Solutions list(http://localhost:3000/)
If I create a new solution using ABP SUITE browser then only it will be available in the solutions list and it is able retrieve solutins details using http://localhost:3000/api/abpSuite/solutions
So how can I get the details(id/name/path etc) of the solutions created using ABP CLI.
Thanks - Prasad G
Thanks.
Hi,
Even if we get the sample Blazor BookStore Project [https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore] then also we can find similar javascript errors.