I have switched the solution to the ABP Framework preview version
Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration button.
Hi,
After switching to preview version the abp studio don't show all the services in the Solution Runner tab. See the images below:
Any ideas?
Thanks
Hi,
It still doesn't work properly. This time it just creates the service folder in the in the main module folder. To be more specific running
abp generate-proxy -t ng -url http://localhost:44313 -m classifier --entry-point classifier-service, will generate the following:
CREATE projects/sia/classifier-service/src/proxy/generate-proxy.json (153998 bytes) CREATE projects/sia/classifier-service/src/proxy/README.md (1000 bytes) CREATE projects/sia/classifier-service/src/proxy/classifier-service/controllers/demo.service.ts (772 bytes) CREATE projects/sia/classifier-service/src/proxy/classifier-service/occupations/occupation-aggregate.service.ts (1209 bytes) CREATE projects/sia/classifier-service/src/proxy/classifier-service/occupations/occupation.service.ts (3461 bytes) CREATE projects/sia/classifier-service/src/proxy/classifier-service/occupations/models.ts (776 bytes) CREATE projects/sia/classifier-service/src/proxy/classifier-service/shared/models.ts (67 bytes) CREATE projects/sia/classifier-service/src/proxy/classifier-service/controllers/index.ts (32 bytes) CREATE projects/sia/classifier-service/src/proxy/classifier-service/occupations/index.ts (112 bytes) CREATE projects/sia/classifier-service/src/proxy/classifier-service/shared/index.ts (26 bytes) CREATE projects/sia/classifier-service/src/proxy/classifier-service/index.ts (173 bytes) CREATE projects/sia/classifier-service/src/proxy/index.ts (89 bytes)
You can see that everythoing is generated in the projects/sia which is folder for main module.
What I need, is to be generated in the projects/classifier-service folder.
Cheers
Hi,
I've updated angular proxy for one of my services with the following command: abp generate-proxy -t ng -url http://localhost:44313 -m product. As a result all generated files are created/updated in the app folder of the main project not in the microservice specific folder. For instance if the application is called Abc, when the proxy files are generated in the folder projects/abc/src/app/proxy/product-service, but not in the projects/product-service/src/lib/proxy/product-service. I have to mention that when the microservice is first created by abp studio the proxy files are generated correctly in the right location.
Thanks
Hi,
Yes. The services in abp studio are stoped, but the actual dotnet processes are stil running.
Thanks
Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration button.
Template: microservice
Created ABP Studio Version: 0.9.21
Current ABP Studio Version: 0.9.21
Multi-Tenancy: Yes
UI Framework: angular
Theme: leptonx
Theme Style: system
Run Install Libs: Yes
Database Provider: ef
Database Management System: sqlserver
Mobile Framework: none
Public Website: Yes
Include Tests: Yes
Dynamic Localization: Yes
Kubernetes Configuration: Yes
Grafana Dashboard: Yes
Use Local References: No
Optional Modules:
ABP Framework version: v9.0.3
UI Type: Angular
Database System: EF Core (SQL Server)
Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
Exception message and full stack trace:
Steps to reproduce the issue:
Hi,
I have configured to use Kafka as message bus, but when I try to stop the services in abp studio, the services actually doesn't stop.

The following errors are logged:

Any ideas?
Thanks
Hi,
Let me know if the the fix for issue #8530 was included in latest version 9.0.3. As I checked it wasn't fixed. If it takes so long to fix at least suggest some workaround, because I cannot make any updates to the projects.
Thanks
Hi,
Could you be so kind to provide the progress for this ticket.
Thanks