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.
Exception message and full stack trace:
Steps to reproduce the issue:
Template: microservice
Created ABP Studio Version: 0.9.26
Current ABP Studio Version: 1.0.0
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: No
Include Tests: Yes
Dynamic Localization: Yes
Kubernetes Configuration: Yes
Grafana Dashboard: Yes
Use Local References: No
Optional Modules:
Hi,
I am trying to implement inter microservices communication using Integration Services. Apparently I am doing everything correct according to the Abp documentation, but I am constantly receiving the following error:
Any ideas?
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,
I've recently reinstall the Abp Studio version 0.9.25, and I am receiving the following error when try to use abp cli:
I've look through similar support issues, but didn't help. Any ideas?
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.25
Current ABP Studio Version: 0.9.25
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: No
Include Tests: Yes
Dynamic Localization: Yes
Kubernetes Configuration: Yes
Grafana Dashboard: Yes
Use Local References: No
Optional Modules:
Exception message and full stack trace:
Steps to reproduce the issue:
Hi,
I have the following controller method:
After generate proxy the following proxy method is generated without params
And it's strange for me that this happens only for this method. Can you suggest me why?
Thanks
Hi,
I have the following issue when trying to generate proxies for angular:
PS D:\repos\projects\abc\apps\angular> abp generate-proxy -t ng -url http://localhost:44308 -m employeeQuery --target employee-query-service
[10:18:53 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[Invalid Module] Backend module "employeeQueryService" does not exist in API definition.
I've studied all similar supporting tickets, but the issue still persist. And the interesting thing is that I have another almost similar service and it's perfectly working for it.
Beside you can see the the api definition that have the employeeQueryService:
Any ideas?
Thanks
Hi,
I am publishing event in one microservice and listen in another. I've noticed that when I create or delete entities in the distributed event handlers the CreatorId or DeletorId record fields not added. Any ideas?
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.
Hi,
After updating the solution to abp version 9.0.5 I am getting the following error:
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,
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
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