Hi,
Is there a way for us to see the questions that have been asked by various users on this ABP support forum which received high engagement and became popular?
Regards
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 am seeing that you are using and educated an AI agent about ABP.
That's nice.
Can we use that AI agent directly and asking our questions directly to it? without asking them here in support ?
Kind regards
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 would like to know that weather it is possible to add a new entity by using ABP CLI commands.
I have tried some commands like this but it did not work.
and as second question ABP CLI commands can do everything that ABP Studio and ABP Suite can do?
Kind regrads
**abp suite generate crud -t entity --name Banka --properties "BanKey:Guid:required,BanKod:string:required:length(3),BanAdi:string:optional:length(100)" --unique-constraints "BanKod" --primary-key BanKey ** 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.
Karşılaştığım Genel Sorun:
ABP Framework’ün “Microservice” şablonunu kullanarak yeni bir çözüm oluşturdum ve birkaç ek servis ekledim.
ABP Studio’da “Default” profiliyle ▶️ dediğimde hiçbir servis konsol penceresi açılmadan çalışmaya başlamıyor.
Ek olarak, tek Web servisinide çalıştırmayı denedim; uygulama hemen “Application shutting down… Exited with code: 1” hatası verip kapanıyor.
Bu “exited with code: 1” durumu loglarda hiçbir detaylı hata ya da stack trace göstermiyor; starting loading şkelind ekalıyor ve abp studioyu kapatmadan durduramıyorum.