Hi there,
How to resolve this exception, is there any other detailed document is present to implement RabbitMQ Background Job? Also, do I need to install RabbitMQ in local to run it ?
Based on the error you're encountering, it looks like your application is trying to connect to a RabbitMQ server, but it can't establish a connection. This is expected if you haven't set up a RabbitMQ server yet.
Hello,
Have you checked our document about deployment to ISS? If not, you can access it here.
You can also find tickets with the same problem as you below:
Hello,
You can find a detailed explanation for this topic here.
Hi,
First of all, thank you for your detailed information. It seems that it cannot connect to RabbitMQ. Can you send your project to berkan.sasmaz@volosoft.com so that I can reproduce the problem?
Hi,
ABP now supports this feature by default. See more: https://github.com/abpframework/abp/pull/18592
yes, which one do you want me to share?
You can send the ApplicationService interface, its implementation, and the content of your Controller if you have created one.
Hi there,
Yes, that is the expected behavior. When you add the Volo.Identity module to your ABP solution via "Replace packages with source code" in ABP Studio/ABP Suite, it primarily focuses on integrating the backend components. The frontend pieces, especially in Angular, are handled separately.
Therefore, you will need to add the frontend components manually. See more: https://abp.io/support/questions/7811/Commercial-source-code-to-angular-package
Hi,
In order to understand and reproduce your question more accurately, could you please send the ApplicationService interface, its implementation and the content of your Controller if you have created one.
Hello,
Can you try the following localization keys?
Hello,
What are database changes introduced in each release?
You can access the migration guide here. See: https://abp.io/docs/latest/release-info/migration-guides
How do we track it if we want to have database first approach for my application?
Normally, how you do it in an ASP.NET application should be the same way in ABP.