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
It works. 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.13
Multi-Tenancy: Yes
UI Framework: angular
Theme: leptonx
Theme Style: system
Database Provider: ef
Database Management System: sqlserver
Mobile Framework: none
Public Website: No
Include Tests: Yes
ABP Framework version: v9.0.0
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,
New solution created based on Microservices Template failed to start. I've noticed that services trying to apply migration have already been applied during generation of the solution. All the databases and their corresponding tables have been successfully generated. See the image attached.
Thanks