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
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 to v9.0.2 the application receiving the following error any time when I navigate through menu items. See the image attached: The problem is that the part of the screen that consist of adding new entity remain the same (actually the first entity selected) for every other entity selected. You can see in the image that I've selected the Auction entity, but is shown the + New Project. Any ideas?
Thanks
Hi,
But I don't use the RabbitMQ.Client directly, only through Abp libraries. <PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="9.0.2" /> <PackageReference Include="Volo.Abp.BackgroundJobs.RabbitMQ" Version="9.0.2" />
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 successfully migrated Blazor WASM microservices solution to version v9.0.2. All the projects compiled successfully as well. After running the solution I am receiving the following error for all my services concerning RabbitMQ connection. See the image attached. Any ideas?
Thanks
There are many component and services path reference errors. See the image attached. These are easy to resolve, but another problem is that the entity is not appears in UI. Apparently everything is ok with routing providers, but I didn't succeed to find out where are the problems.
Hi,
There is an error in environment.prod.ts after creation the solution based on Micoservice template. See the image attached.
Cheers, Yulian
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.
ABP Framework version: v9.0.1
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:
Template: microservice
Created ABP Studio Version: 0.9.15
Multi-Tenancy: No
UI Framework: angular
Theme: leptonx
Theme Style: system
Database Provider: ef
Database Management System: sqlserver
Mobile Framework: none
Public Website: No
Include Tests: Yes
Hi,
I've generated new solution based on microservice template. After building and successfully running the solution the swagger ui for microservices failed to load. See the image attached. Any ideas?
Thanks